-
-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Labels
Description
Description of the Problem
Given this XML document:
<T1 id="1">1</T1>
and XPath Query
//T1[(@t1 <= 0) or (@t1 >= -10)]
BaseX give result
<T1 id="1">1</T1>
Expected Behavior
Should return empty result set as Saxon & Exist db.
Steps to Reproduce the Behavior
- Create database
create database test - Insert XML file into database
put test.xml path/to/file - Execute XPath query
xquery //T1[(@t1 <= 0) or (@t1 >= -10)]
Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX version: 10.5 latest stable snapshot on Windows