Brian Rollins – Author Node XSLT Converter

Node XSLT Converter

My first Node-based project (at least published here). I needed a quick and easy way to convert some XML docs to HTML and thought I’d make a Node project out of it.

Clone the Repo here: https://github.com/BrianRollins/node_xslt_converter

Usage: node convert {xml file} {xsl file} {output file}

Right now, it only supports HTML as the output type. I’m hoping to add PDF and Word Doc as additional types in the future. Feel free to contribute!