Using SAXON as the XSL Processor within IE Henry Callihan
Outline l Requirements l How to run the example l How example works
Requirements l Need to have the following in same folder as ShowAll_Saxon.html file - Saxon7.jar file - FitnessCenter.xml file - ShowAll.xsl file l Must download the Sun Java plug-in for IE
How to Run the Example l Place ShowAll_Saxon.html file in IE l The page changes from blank to the ShowAll table
How Example Works l There is a call to the Saxon XSLT Processor Applet interface - In saxon7.jar file - No height or width to the applet - Two parameters l documentURL set to FitnessCenter.xml file l styleURL set to ShowAll.xsl file l There is an onload body command - Sets a 250 millisecond timeout (to allow the applet to start) - Replaces the HTML code within this file’s area with the result of the Saxon XSLT Processor Applet