-
Notifications
You must be signed in to change notification settings - Fork 6
Description
When attempting to follow the task instructions in the Wiki on running a basic xslt-js transform I receive the following:
The terminal process failed to launch: A native exception occurred during launch (Cannot create process, error code: 193).
The generated commandline is:
G:\SVGTools\node_modules\.bin\xslt3 -xsl:G:\SVGTools\source.xslt -s:G:\SVGTools\output\data.xml -o:G:\SVGTools\xslt-out\result1.xml <
If I copy and paste the command to a cmd window or the VSCode terminal it executes correctly, however running the task via Ctrl+Shift+B results in the ErrCode193
I think it's because on the cmdline or directly in the terminal it picks up the xslt3.cmd file and processed things correctly, wheras when issued from the task it's trying to run "xslt3" directly which isn't a valid executable, however I have no idea how to change this if it's actually the source of the issue.
Apologies if this is completely the wrong place to raise this, I arrived here whilst following the documentation for the deltaxml.xslt-xpath extension docs.