Dec. 3, 2010, 4:59 a.m.
posted by reo
The XML Stylesheet Language for Transformation (XSLT) APIsFigure shows the XSLT APIs in action. 3. XSLT APIs![]() A TransformerFactory object is instantiated, and used to create a Transformer. The source object is the input to the transformation process. A source object can be created from SAX reader, from a DOM, or from an input stream. Similarly, the result object is the result of the transformation process. That object can be a SAX event handler, a DOM, or an output stream. When the transformer is created, it may be created from a set of transformation instructions, in which case the specified transformations are carried out. If it is created without any specific instructions, then the transformer object simply copies the source to the result. 1 The XSLT PackagesThe XSLT APIs are defined in the following packages:
|
- Comment
