Closed pgfearo closed 2 years ago
First reported in: XPath Notebook #6
Sample XPath:
let $xml1 := parse-xml('<root> <item>a</item> <item>b</item> </root>') return $xml1/root/item
This issue was fixed in release VS Code 0.3.17 see Release Notes
Issue fixed in latest release
First reported in: XPath Notebook #6
Sample XPath: