/usr/share/doc/libwerken.xpath-java/LIMITATIONS is in libwerken.xpath-java 0.9.4-15.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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)
|