December 2002
Intermediate to advanced
576 pages
32h
English
<xsl:message>
The <xsl:message> instruction asks the XSLT
processor to send a message to the user or calling program. Exactly
what it does with those messages depends on the processor. One common
use of <xsl:message> is to print debugging
information.
If the terminate attribute is present and has the
value yes, then the XSLT processor should halt
after the message has been delivered and acted on.
<xsl:message [terminate="yes|no"]> ... </xsl:message>
Read now
Unlock full access