|
|
Resource Guide -> IBM, XSLT and Java Tutorials -> Using SAXTransformerFactory
Using SAXTransformerFactory
Date: Sep. 5, 2001 The SAXTransformerFactory Java class simulates a Simple Application Programming Interface for XML (SAX) parser, feeding events directly to an Extensible Stylesheet Language Transformations (XSLT) processor and eliminating the need to use a separate SAX parsing application. Java files saved as XML may be postprocessed directly with a stylesheet to HTML or raw XML output. Some familiarity with SAX parsing and TRaX is assumed. Java code samples for several techniques are given. All samples require Transformation API for XML (TRaX). |
|
|
|
|
|
|