Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 220 Bytes

File metadata and controls

8 lines (6 loc) · 220 Bytes

SaxonDemo

Simple code showing Saxon engine for processing XSLT with the xml-to-json function

To run from commandline,

java -jar SaxonDemo.jar {path/to/stylesheet.xsl} {path/to/input.xml} {path/to/output.json}