Transforming XML,XSL to HTML using saxon9
This video shows how to setup the classpath to the saxon9.jar and the command line to transform a given xml,xsl combination to an output html file. The command to be given in the command prompt: java net.sf.saxon.Transform -s:emps.xml -xsl:format.xsl -o:newfile.html replace the filenames with your correspondind filenames.
Related posts:
- Transforming XML Elements Using XSLT
- I’m using the Sablotron processor to generate an XSLT page. How can I make do a new line in the HTML code?
- How can I keep the html formatting when transforming using XSLT a Cdata element? Now is showing < not <?
- Navigation in XML File to convert it into HTML using XSLT?
- Transforming Message Data Using Custom XSL Within a BizTalk Map