Map Action Editor - XSLT Transformation

XML Gateway supports XSLT transformations for both inbound and outbound messages. An XSLT style sheet can be applied to an XML message before it is enqueued for delivery to a Trading Partner.

The file containing the XSLT style sheet must be stored in the directory defined by the ECX_UTL_XSLT_DIR system profile. The XML Parser applies the transformation as the last activity performed before an outbound message is sent, or as required for an inbound message is processed when different DTDs are used for the same business function. For example, an inbound message can be passed with the XSLT style sheet and transformed using ECX_STANDARD.perform_xslt_transformation API. The transformed inbound message can then be passed for further processing by XML execution engine.

Refer to ECX_STANDARD.perform_xslt_transformation API for details regarding this API.

See Map Action Editor - Overview for details on the common components of the window.

XSLT Style Sheet

The XSLT Stylesheet name can be a literal file name (such as ABC.xsl) or a Global Variable (such as PARAMETER6).