
xsl:choose
The <xsl:choose> element defines a choice among a number of alternatives. It behaves like a switch statement in procedural languages.
<xsl:choose> <xsl:when> <xsl:otherwise> [optional] </<xsl:choose>Type: Instruction, appears with a template. It contains one or more <xsl:when> elements, and, optionally, a final <xsl:otherwise> element.
|
Send comments on this document to
devdoc-feedback@netscape.com |