
xsl:when
The <xsl:when> element always appears within an <xsl:choose> element, acting like a case statement.
<xsl:when test=EXPRESSION> TEMPLATE </xsl:when>Specifies a boolean expression to be evaluated. If true, the contents of the element are processed; if false, they are ignored.
Type: Subinstruction, always appears within an <xsl:choose> element.
|
Send comments on this document to
devdoc-feedback@netscape.com |