Download presentation
Presentation is loading. Please wait.
Published byScarlett Brown Modified over 9 years ago
1
Multi-button Example using Saxon (rather than the XSL Processor built into IE) Henry Callihan callihan@mitre.org
2
Outline l Requirements l How to run the example l How example works
3
Requirements l Need to have the following in same folder as FitnessCenter_Saxon.html file - Saxon7.jar file - FitnessCenter.xml file - All the various xsl files that correspond to each button in the FitnessCenter_Saxon.html file l Must download the Sun Java plug-in for IE
4
How to Run the Example l Place FitnessCenter_Saxon.html file in IE l Click on a button in the left frame - Right frame is transformation of FitnessCenter.xml to HTML via Saxon using the corresponding xsl file for the button - The RAW XML button does not invoke the Saxon XSLT processor
5
How Example Works l There is a Jscript function for each button except the Raw XML one - Sets the Saxon XSLT Processor Applet interface’s stylesheet URL - Replaces the HTML code within the body.html file’s area with the result of the Saxon XSLT Processor Applet 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 (not set as that’s what the Jscript does)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.