xsl:otherwise
xsl:otherwise
XSLT / XPath参考
:XSLT元素, EXSLT函数,XPath函数,XPath轴
<xsl:otherwise>元素用于定义在没有<xsl:when>条件适用时应采取的操作。这是类似else或default其他编程语言的情况下。
语法
<xsl:otherwise>
TEMPLATE
</xsl:otherwise>
必需属性
None.
可选属性
None.
类型
子指令必须作为<xsl:choose>元素的最后一个子元素出现在模板中。
Defined
XSLT, section 9.2
Gecko 支持
Supported.