When you would like to use multiple condition within XSLT transformation, you can use <xsl:choose> element. When you use this element, it is necessary to use two tests <xsl:when> and <xsl:otherwise>
When you would like to use multiple condition within XSLT transformation, you can use <xsl:choose> element. When you use this element, it is necessary to use two tests <xsl:when> and <xsl:otherwise>