logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Transform XML - Control with xsltproc | Online Free DevTools by Hexmos

Transform XML files effortlessly with xsltproc. Apply XSLT stylesheets to create HTML or XML output. Free online tool, no registration required.

xsltproc

Transform XML with XSLT to produce output (usually HTML or XML). More information: https://manned.org/xsltproc.

  • Transform an XML file with a specific XSLT stylesheet:

xsltproc --output {{path/to/output_file.html}} {{path/to/stylesheet_file.xslt}} {{path/to/file.xml}}

  • 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}}

See Also