Closed Twilight-Shuxin closed 1 year ago
Given this XML document:
<M id="8"/>
and XPath Query
/M/count(subsequence(. ! (., @id), 1, 2))
BaseX gives result 1.
Should return 2 as Saxon and eXist-DB.
create database test <M id="8"/>
xquery /M/count(subsequence(. ! (., @id), 1, 2))
No response
BaseX version: BaseX 10.7 beta latest commit 081fb4d on Windows
Description of the Problem
Given this XML document:
and XPath Query
BaseX gives result 1.
Expected Behavior
Should return 2 as Saxon and eXist-DB.
Steps to Reproduce the Behavior
create database test <M id="8"/>
xquery /M/count(subsequence(. ! (., @id), 1, 2))
Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX version: BaseX 10.7 beta latest commit 081fb4d on Windows