Skip to content

DominikGuzei/xsl-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Node command line interface for transforming XML files with XSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published