Command line interface for transforming XML files with XSL
with the help of node_xslt.
Install the module with: npm install -g xsl-transform
##Usage: In your console:
xsltransform path/to/stylesheet.xsl input/path output/path
###The Parameters:
- Path to the XSL stylesheet file
- Path to a single input XML or a folder with any number of XML files
- Path to the output directory where the transformed files will be saved to.
Pull Requests welcome!
0.1.0 first release
Copyright (c) 2013 Dominik Guzei
Licensed under the MIT license.