ON THIS PAGE
xsl:otherwise
Syntax
<xsl:otherwise>
...
</xsl:otherwise>Description
Within an <xsl:choose> instruction, include a default set of instructions that are processed
if none of the expressions defined in the test attributes of the <xsl:when> elements
evaluate to TRUE.