xslt3

XSLT 3.0 processor command-line interface using SaxonJS

npmmacoslinuxwindows
Try with needOr install directly
Source

About

SaxonJS XSLT 3.0 processor: command line interface to SaxonJS

Commands

xslt3

Examples

Transform an XML file using an XSLT stylesheet$ xslt3 -xsl:stylesheet.xsl -s:input.xml -o:output.xml
Apply XSLT transformation with parameters$ xslt3 -xsl:transform.xsl -s:data.xml -o:result.xml -param:name=value
Process XML and output to stdout$ xslt3 -xsl:style.xsl -s:input.xml