Closed benibela closed 1 year ago
<dependency type="spec" value="XQ10+"/> <test><![CDATA[count(string(text { }))]]></test>
text { } is a syntax error before xq3.1
text { }
@benibela Could you please elaborate it .
The comment is correct, XQuery 3.0 and earlier did not allow the expression within the braces to be omitted.
Fixed.
text { }
is a syntax error before xq3.1