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.

 

Figure 7.8. The Messages view

The Messages view
 

Table 7.4. Messages details

ColumnDescription
MessageMessage content.
TerminateSignals if processor will terminate the transformation or not once it encounters the message (true/false respectively)
ResourceResource file where <xsl:message> instruction is defined. The complete path of the resource is available as tooltip.
[Important]Remarks
  • Clicking a record from the table highlights the <xsl:message> declaration line.

  • Message table values can be sorted by clicking the corresponding column header (ascending, descending, no sort)