Petals-SE-XSLT 2.6.x

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (5)

View Page History
h2. XSLT transformer processor

The Petals XSLT component enables you to choose the XSLT processor.

By default, the default XSL transformer factory is used ([http://download.oracle.com/javase/6/docs/api/javax/xml/transform/TransformerFactory.html]). The system property javax.xml.transform.TransformerFactory may be defined in the Petals launcher script petals-esb.sh/petals.esb.bat.
By default, Saxon is used as XSLT engine. It is possible to select another XSLT processor for a specific SU than the default one by installing a shared library containing the XSLT processor to use, setting this shared library into the Petals XSLT component and [the XSL transformer factory classname parameter|#xslt-engine-factory-class-name] in the jbi.xml of the SU.

It is possible to select another XSLT processor for a specific SU than the default one by installing a shared library containing the XSLT processor to use, setting this shared library into the Petals XSLT component and [the XSL transformer factory classname parameter|Petals-SE-XSLT 2.5#xslt-engine-factory-class-name] in the jbi.xml of the SU.

{tip}
To set the shared library to use iton into the Petals XSLT component, use the [Petals maven plugin|petalscomponents:Maven Petals Plug-in]([http://doc.petalslink.com/display/petalscomponents/Maven+Petals+Plug-in+2.2.x]).
{tip}