Description of the Problem
Given this XML document:
and XPath Query
//G2[@y1 <= "a"]/self::*[@y1 > "a"]
BaseX give result
Expected Behavior
Should return empty result set as eXist & Saxon.
Steps to Reproduce the Behavior
- Create database
create database test
- Insert XML file into database
put test.xml path/to/file
- Execute XPath query
//G2[@y1 <= "a"]/self::*[@y1 > "a"]
Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX version: BaseX 10.6 beta latest commit e8717fb on Windows
Description of the Problem
Given this XML document:
and XPath Query
BaseX give result
Expected Behavior
Should return empty result set as eXist & Saxon.
Steps to Reproduce the Behavior
create database testput test.xml path/to/file//G2[@y1 <= "a"]/self::*[@y1 > "a"]Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX version: BaseX 10.6 beta latest commit e8717fb on Windows