Petals-SE-XSLT 2.3

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

Changes (7)

View Page History
h2. Limitations and warnings

{note}
Do not mistake XSLT services for interceptors.
{note}

A XSL transformation service cannot transform messages addressed to another service.
Neither to transform attachments, nor to intercept messages on the fly. An orchestration service is required to make the link.

\\
{note}
The transformed content is always the payload from the input message.
And a chaining service is always required.
{note}

\\
{note}
You have to use Java *endorsed* mechanism to work with XSL style sheets of more than 1000 lines.
{note}

This is due to a bug of Xalan.
To by-pass it, you have to use a newer version of Xalan (2.7.1 +).
Since the JDK already embeds Xalan, you have to force it to use your version with the [http://download.oracle.com/javase/6/docs/technotes/guides/standards/index.html|Java *endorsed* mechanism].

h1. Creating a XSL Transformation service (Provides modes)