doXSLTransform

This function implements the WS-BPEL 2.0's doXSLTransform function that supports multiple parameters of XSLT. When using this function, the XSL template match must not be set to root (which is /). It must be the root element.

Signature:

ora:doXSLTransform('url_to_xslt',input,['paramQname',paramValue]*)

Arguments:

  • url_to_xslt: Specifies the XSL style sheet URL.

  • input: Specifies the input variable name.

  • paramQname: Specifies the parameter QName.

  • paramValue: Specifies the value of the parameter.

Property IDs:

  • namespace-uri: http://schemas.oracle.com/xpath/extension

  • namespace-prefix: ora