-
-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Labels
Description
Description of the Problem
Given this XML document:
<T/>
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