0.1.0 • Published 11 years ago

xsl-transform v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

xsl-transform

Command line interface for transforming XML files with XSL with the help of node_xslt.

Getting Started

Install the module with: npm install -g xsl-transform

##Usage: In your console:

xsltransform path/to/stylesheet.xsl input/path output/path

###The Parameters:

  1. Path to the XSL stylesheet file
  2. Path to a single input XML or a folder with any number of XML files
  3. Path to the output directory where the transformed files will be saved to.

Contributing

Pull Requests welcome!

Release History

0.1.0 first release

License

Copyright (c) 2013 Dominik Guzei
Licensed under the MIT license.