Sign In/My Account | View Cart  
advertisement

 Resource Guide -> XSLT and Java Tutorials -> Java and XSLT, Chapter 5: XSLT Processing with Java

Java and XSLT, Chapter 5: XSLT Processing with Java

Date: Aug. 28, 2001
Link: http://www.onjava.com/pub/a/onjava/excerpt/java_xslt_ch5/index.html
Source Author or Organization: Eric M. Burke, ONJava,com, O'Reilly & Associates

Extensible Stylesheet Language Transformations (XSLT) Processing with Java is an excerpt from the O'Reilly & Associates book XSLT Processing with Java, by Eric M. Burke.

The article begins with instructions on writing "the simplest program that can be written", which embeds an XSLT processor into a Java application. Two versions of the program are detailed, one for Xalan and one for SAXON. Burke then gives a thorough introduction to Java API for XML Parsing (JAXP) 1.1 and implements the program once more using JAXP.

Staying with JAXP, the tutorial then covers several Java and XSLT programming techniques that work with both servlets and standalone applications, including use of JAXP's XSLT Plugability Layer, bringing Java Document Object Model (JDOM) output into JAXP and other input/output tasks.


Sponsored By: