ON THIS PAGE
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. |