Navigation
Supported Platforms
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- XSLT Programming Instructions Overview
- xsl:choose
- xsl:for-each
- xsl:if
- xsl:when
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.
Usage Examples
See Example: Configuring Dual Routing Engines and Example: Automatically Configuring Logical Interfaces and IP Addresses.
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- XSLT Programming Instructions Overview
- xsl:choose
- xsl:for-each
- xsl:if
- xsl:when
Published: 2013-03-05
Supported Platforms
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- XSLT Programming Instructions Overview
- xsl:choose
- xsl:for-each
- xsl:if
- xsl:when