Closed
Description
While playing with the XPath notebook I found that a sample like
let $xml1 := parse-xml('<root>
<item>a</item>
<item>b</item>
</root>')
return $xml1/root/item
runs fine but syntax errors are displayed for the second, third line and fourth line: "unexpected token".
That raises the question whether line breaks in XPath string literals are allowed, I think they are allowed.