Multiple conditional testing in conjunction with the xsl:choose and xsl:when.
<xsl:otherwise>
Provides a default condition for xsl:choose. Other alternatives are controlled by xsl:when.
Use the xsl:if for simple conditional testing.
Click here to view an example.