Initiating XSL Transformations from the BPEL Mapper
See Also
The BPEL Mapper allows you to initiate a complex XSL transformation in a BPEL process. Initiating an XSL transformation requires the following parameters: the node-set that undergoes the transformation and the name of the XSL stylesheet file.
To initiate an XSL transformation:
- Create an XSL stylesheet that contains transformation description.
- On the diagram, add a BPEL element that contains an XPath function.
- On the mapping pane in the BPEL Mapper, choose BPEL > doXslTransform.
- In the doXslTransform box, enter the name of the XSL stylesheet and the name of the node-set.
- Map the input and output for the doXslTransform box.
As the result, the input data will be tranformed according to the XSL stylesheet rules and the result will be written to the output parameter.
- See Also
- Creating BPEL Mappings
- About the BPEL Mapper
- XPath Function Reference
Legal Notices