<xsl:otherwise> Element

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - XSLT Reference

<xsl:otherwise> Element

Provides multiple conditional testing in conjunction with the <xsl:choose> and <xsl:when> elements.

<xsl:otherwise>
</xsl:otherwise>

Element Information

Remarks

Provides a default condition for <xsl:choose>. Other alternatives are indicated by <xsl:when> elements.

For simple conditional testing, use the <xsl:if> element.

Example

See the example for <xsl:choose>.

See Also

Defining Conditional Templates Using <xsl:if> and <xsl:choose> | <xsl:when> Element