The <xsl:when>
element always appears within an <xsl:choose>
element, acting like a case statement.
<xsl:when test=EXPRESSION> TEMPLATE </xsl:when>
test
None.
Subinstruction, always appears within an <xsl:choose>
element.
XSLT, section 9.2.
Supported.
© 2005–2020 Mozilla and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XSLT/when