xsl:otherwise

Syntax

<xsl:otherwise>
...
</xsl:otherwise>

Description

Within an <xsl:choose> instruction, include the instructions that are processed if none of the expressions defined in the test attributes of the <xsl:when> elements evaluate as TRUE.

See Example: Configuring Dual Routing Engines and Example: Automatically Configuring Logical Interfaces and IP Addresses.

Related Topics