First reported in: [XPath Notebook #6](https://github.com/DeltaXML/vscode-xpath-notebook/issues/6) Sample XPath: ``` let $xml1 := parse-xml('<root> <item>a</item> <item>b</item> </root>') return $xml1/root/item ```