DeltaXML / vscode-xslt-tokenizer

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

Allow running SaxonC 12 as XSLT processor #133

Open martin-honnen opened 10 months ago

martin-honnen commented 10 months ago

I am wondering, whether it is possible to add a task to allow using SaxonC (12) as the XSLT processor. Given that it seems to me that both Saxon Java and SaxonJS are called as command line tools the use of SaxonC seems to be both possible as well as helpful, as it has the fastest command line start-up/run time compared to the other versions of Saxon, in my experience.

Granted, that would only be possible for users that downloaded/installed/compiled the SaxonC version but once you have e.g. Transform.exe of SaxonC commands on your system it beats any java -jar based execution of Saxon Java.

pgfearo commented 10 months ago

This seems like a reasonable feature to add. I will report back once I've investigated this further.

martin-honnen commented 9 months ago

Hi Phil @pgfearo ,

any update on this?

pgfearo commented 9 months ago

While my spare time is occupied with catching up with work, It may be a while yet before this is done, perhaps a month or so.

martin-honnen commented 4 months ago

Hi Phil @pgfearo I hope you are doing fine. Any update on this?