Forrest logo
back to context overview

xsltproc

List of commands for xsltproc:

  • xsltproc:tldr:179be xsltproc: Transform an XML file with a specific XSLT stylesheet.
    $ xsltproc --output ${path-to-output_file-html} ${path-to-stylesheet_file-xslt} ${filename-xml}
    try on your machine
    explain this command
  • xsltproc:tldr:5f581 xsltproc: Pass 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-xml}
    try on your machine
    explain this command
back to context overview