DeltaXML / vscode-xslt-tokenizer

VSCode extension for highlighting XSLT and XPath (upto 3.0/3.1)
MIT License
46 stars 4 forks source link

Line breaks in XPath string literal cause 'unexpected token' problem to be reported erroneously #92

Closed pgfearo closed 2 years ago

pgfearo commented 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
pgfearo commented 2 years ago

This issue was fixed in release VS Code 0.3.17 see Release Notes

pgfearo commented 2 years ago

Issue fixed in latest release