Hello,
We uncovered a minor bug when evaluating XPath expressions: While executing the XPath /nonexistent=false() returns true, executing /nonexistent<=false() returns false, which is wrong.
/nonexistent=false()
true
/nonexistent<=false()
Tested with vtd-xml_2.13_4.
Best regards, Mirko
Log in to post a comment.