Hitachi

uCosminexus Application Server XML Processor User Guide


1.1.3 Enables Easy Transformation of XML Documents Using Java Programs

By providing a JAXP implementation, Cosminexus XML Processor enables Java programs to use XSLT transformers.

XSLT is the specification for transforming one XML document structure into another. The product of an XSLT implementation is called an XSLT transformer. An XSLT transformer reads, processes, and outputs XML documents. An XSLT transformer outputs not only XML documents but also HTML documents and texts.

The following figure shows the process flow for transforming an XML document by using JAXP. By using JAXP, a Java program can perform operations on the XML document transformation of the XSLT transformer.

Figure 1‒2: Flow of converting XML documents in JAXP

[Figure]