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 (3)

View Page History
The Petals XSLT component enables you to choose the XSLT processor.

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. 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.

{tip}
To set the shared library to use 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]). Plug-in 2.1.4+].
{tip}