Open faassen opened 1 year ago
This test uses the document { node constructor from XQuery but it doesn't specify an XQuery dependency.
document {
<![CDATA[ document{<M id="1"/>}/M/count(subsequence(. ! (., @id), 1, 2)) ]]>
Thanks. I've fixed this on the qt3 and qt4 forks, change will be committed as soon as I've tested it.
This test uses the
document {
node constructor from XQuery but it doesn't specify an XQuery dependency.