Hi,

I was playing around with the QueryNode trees generated by the Xpath parser. What I found is that they seem to be the same for

"/a/b" and "/a | /b"

(confirmed by QueryParser.toString(node, "xpath", nsresolver), which in both cases produces "/a/b").

This is a bug, right?

Best regards, Julian

Reply via email to