Are there any XSLT processing command line tools?

sjuu picture sjuu · Jun 29, 2011 · Viewed 58.3k times · Source

I want to change an XML file to a modified XML file via an XSLT file and XSLT processing tool.

For example: xsltprocess.exe -src a.xml -dest b.xml -xslt c.xslt

Can anyone assist me?

Answer

Mathias Schwarz picture Mathias Schwarz · Jun 29, 2011

If you are looking for an XSLT processor you can use Saxon: http://saxon.sourceforge.net/

You can see the command line options here: http://saxon.sourceforge.net/saxon6.5.1/using-xsl.html