HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
<xsl:otherwise> 요소는 아무런 <xsl:when> 조건도 적용하지 않았을 때 취하면 좋을 동작을 정의하는 데 씁니다. 다른 프로그래밍 언어의 else나 default 경우와 비슷합니다.
<xsl:otherwise>
<xsl:when>
else
default
<xsl:otherwise> TEMPLATE </xsl:otherwise>
없음.
하위명령, 템플릿 안에서 <xsl:choose> 요소의 마지막 자식으로 나타나야 함.
<xsl:choose>
XSLT section 9.2, Conditional Processing with xsl:choose
지원함.