This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

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:

  1. Transforming XML Elements Using XSLT
  2. I’m using the Sablotron processor to generate an XSLT page. How can I make do a new line in the HTML code?
  3. How can I keep the html formatting when transforming using XSLT a Cdata element? Now is showing < not <?
  4. Navigation in XML File to convert it into HTML using XSLT?
  5. Transforming Message Data Using Custom XSL Within a BizTalk Map

Comments are closed.