Navigation
Supported Platforms
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- XSLT Programming Instructions Overview
- xsl:choose
- xsl:for-each
- xsl:otherwise
- xsl:when
xsl:if
Syntax
<xsl:if test="expression">
...
</xsl:if>
Description
Include a conditional construct that causes instructions to be processed if the expression held in the test attribute evaluates to TRUE.
Attributes
test | — | Specifies the expression to evaluate. |
Usage Examples
- Example: Adding T1 Interfaces to a RIP Group
- Example: Configuring Dual Routing Engines
- Example: Limiting the Number of E1 Interfaces
- Example: Requiring and Restricting Configuration Statements
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- XSLT Programming Instructions Overview
- xsl:choose
- xsl:for-each
- xsl:otherwise
- 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:otherwise
- xsl:when