Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 265 Bytes

xml2json xslt

xml2json xslt will transform XML into JSON format.

This blog post has more details.

Running tests

In the command line, run npm to install the dependencies, and then run the tests.

npm install
npm test