Messages View

xsl:message instructions are one way to signal special situations encountered during transformation as well as a raw way of doing the debugging. This view is available only for XSLT debugging sessions and shows all xsl:message calls executed by the XSLT processor during transformation.

The Messages View

Table 1. Messages columns
Column Description
Message Message content.
Terminate Signals if processor terminates the transformation or not once it encounters the message (yes/no respectively)
Resource Resource file where xsl:message instruction is defined and the message line number. The complete path of the resource is available as tooltip.
The following actions are available in the contextual menu:
Important: Remarks