Description of the Problem
Given this XML document:
and XPath Query
//*[position() < position()]
BaseX returned node T.
Expected Behavior
Should not select node as predicate evaluates to false always.
Steps to Reproduce the Behavior
- Create database
create database test <T/>
- Execute XPath query
xquery //*[position() < position()]
Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX version: BaseX 10.7 beta latest commit 28e2e38 on Windows
Description of the Problem
Given this XML document:
and XPath Query
BaseX returned node T.
Expected Behavior
Should not select node as predicate evaluates to false always.
Steps to Reproduce the Behavior
create database test <T/>xquery //*[position() < position()]Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX version: BaseX 10.7 beta latest commit 28e2e38 on Windows