Description
The following query doesn't work right now:
/jcr:root/x[@a][@b][@c]
It would be nice to convert that to "[@a and @b and @c]" automatically. Specially to use it in "union" as follows:
(/jcr:root/x[@a] | /jcr:root/y[@b])[@c]
Also, there is a bug in the union processing: a space before the final ")" is currently not supported.
Attachments
Issue Links
- is related to
-
OAK-4265 XPath: support limited form of "union"
-
- Closed
-