docs.rodeo

MDN Web Docs mirror

The <xsl:message> element outputs a message (to the JavaScript Console in NS) and optionally terminates execution of the stylesheet. It can be useful for debugging.

Syntax

<xsl:message terminate="yes" | "no" >
  TEMPLATE
</xsl:message>

Required Attributes

None.

Optional Attributes

Type

Instruction, appears within a template.

Specifications

XSLT, section 13.

Gecko support

Supported.

In this article

View on MDN