XSLT 3.0 processor command-line interface using SaxonJS
SaxonJS XSLT 3.0 processor: command line interface to SaxonJS
xslt3$ xslt3 -xsl:stylesheet.xsl -s:input.xml -o:output.xml$ xslt3 -xsl:transform.xsl -s:data.xml -o:result.xml -param:name=value$ xslt3 -xsl:style.xsl -s:input.xml