Defining Conditional Templates Using <xsl:if> and <xsl:choose>
Conditional templates are used to produce result tree fragments when certain conditions exist within the source document. Conditional templates are defined with the <xsl:if>
and <xsl:choose>
elements.
This section contains the following topics.