XSLT Quick Reference

if

<xsl:if
    test = "boolean-expression"
    >
    <!-- content:template -->
</xsl:if>

Common Functions