Description
xsltproc is a command line XSLT processor. It is used to apply XSL sheet on XML files.
Commands
To get all options available for xsltproc, run
xsltproc --help
xsltproc Data.xsl Data.xml > Data.output.txt
xsltproc --stringparam filename "my filename string" Data.xsl Data.xml > Data.output.txt
<xsl:value-of select="$filename"/>.