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:when> 요소는 항상 case 문처럼 동작하는 <xsl:choose> 요소 안에 나타납니다.
<xsl:when>
<xsl:choose>
<xsl:when test=EXPRESSION> TEMPLATE </xsl:when>
test
평가할 boolean 식을 지정합니다. 참이면, 요소의 컨텐트는 처리하고 거짓이면, 무시합니다.
없음.
하위명령, 항상 <xsl:choose> 요소 안에 나타남.
XSLT section 9.2, Conditional Processing with xsl:choose
지원함.