DeltaXML / vscode-xslt-tokenizer

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

SaxonJS supports setting JSON as the context but SaxonJ does not #130

Open pgfearo opened 11 months ago

pgfearo commented 11 months ago

In tasks.json for SaxonJS we can set the jsonSource property that corresponds to the -json argument for the Saxon command-line-interface. We need to add the equivalent for SaxonJ (Java) also.