An <xsl:otherwise> element is part of a <xsl:choose> statement.
<xsl:otherwise> <!-- Content: template --> </xsl:otherwise>
If none of the <xsl:when> elements evaluate to true, the content of the <xsl:otherwise> element is inserted into the result tree.