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:

  1. Create an XSL stylesheet that contains transformation description.
  2. On the diagram, add a BPEL element that contains an XPath function.
  3. On the mapping pane in the BPEL Mapper, choose BPEL > doXslTransform.
  4. In the doXslTransform box, enter the name of the XSL stylesheet and the name of the node-set.
  5. 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