Examples (2)
Transform an XML file with a specific XSLT stylesheet
xsltproc --output path/to/output_file.html path/to/stylesheet_file.xslt path/to/file.xmlPass a value to a parameter in the stylesheet
xsltproc --output path/to/output_file.html --stringparam "name" "value" path/to/stylesheet_file.xslt path/to/xml_file.xmlmade by @shridhargupta | data from tldr-pages