Xslt is a cross-platform command-line facade over the mono or .Net XSLT transformation library written in C#. Use it to transform XML files into other kinds of XML file (XHTML, RSS, ATOM, etc)
Compatible with Linux, Max OSX, Windows
Usage:
Xslt [xml file] [xslt file] [output file] [parameter-list]
where [parameter-list] is a list of -key value pairs
e.g.
Xslt Customers.xml CustomersToHtml.xsl Customers.html -country US -home "http://www.company.com/index.html"

