Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.2.3
-
None
-
None
-
Windows XP
Description
XPath expressions return false positives when using sub-axes. e.g.
with this repository (not pertinent things removed)
<jcr:root>
<foo>
<kv k="bar" v="shell" />
</foo>
</jcr:root>
the XPath expression "/jcr:root/foo[kv[k='bar'][v='notShell']]"
returns the node (when it should not do so.)