Petals-SE-XSLT

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

Changes (5)

View Page History
\\
Each configuration of this component embeds an XSL style sheet.
When such a configuration (i.e. service, i.e. service-unit) is called, it transforms the received message into another one.
The XML payload of the input message is transformed using the XSL style sheet.
The resulting XML document is then returned in the response, either as the payload, or as an attachment.


The XSLT component should be used when chaining calls to services whose output and input do not match.
It can also be used to expose XSL transformations as a service,
It can also be used to expose XSL transformations as a service, provided that the content to transform is passed in the message payload, and not as attachment.


+ META-INF
- jbi.xml
+ XsltService.wsdl (recommended)
+ <XSL style sheet>.xsl
+ customFunctions.jar (optional)