Transform XML Documents using XSL Stylesheets.
By default, this package uses JavaScript native XSLTProcessor, without any OS dependent tools.
If you would prefer to use a custom XSLT transform tool, you can specify the command in Settings.
To transform stylesheet:
For example, to use saxon:
java net.sf.saxon.Transform -s:%XML -xsl:%XSL
Or for Saxon for Windows:
"C:\Program Files\Saxonica\SaxonHE9.6N\bin\Transform.exe" -s:%XML -xsl:%XSL
Another example, to use xsltproc:
xsltproc %XSL %XML
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.