xsl:if

Syntax

<xsl:if test="boolean-expression">
...
</xsl:if>

Description

Include a conditional construct that causes instructions to be processed if the Boolean expression held in the test attribute evaluates to TRUE.

test—Specifies a Boolean expression.

See Example: Requiring and Restricting Configuration Statements, Example: Limiting the Number of E1 Interfaces, Example: Adding T1 Interfaces to a RIP Group, and Example: Configuring Dual Routing Engines.

Related Topics