--- title: when slug: Web/XSLT/when tags: - XSLT_Reference translation_of: Web/XSLT/Element/when ---
{{ XsltRef() }}
<xsl:when>
요소는 항상 case 문처럼 동작하는 <xsl:choose>
요소 안에 나타납니다.
<xsl:when test=EXPRESSION> TEMPLATE </xsl:when>
test
없음.
하위명령, 항상 <xsl:choose>
요소 안에 나타남.
XSLT section 9.2, Conditional Processing with xsl:choose
지원함.