File: LIMITATIONS

package info (click to toggle)
werken.xpath 0.9.4-16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,564 kB
  • sloc: java: 3,115; xml: 1,144; sh: 31; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Things that DO NOT WORK, and we already know about them:

1) Anything that is a peer of the root node of the document (comments, PIs).

2) Some functions:
	position()
	id(object)
	normalize-space(string?)
	translate(string,string,string)
	lang(string)

3) Positional predicates

All else *should* be working (all axes, filter-exprs, predicates, etc)