--- title: choose slug: Web/XSLT/choose tags: - XSLT_Reference translation_of: Web/XSLT/Element/choose ---
{{ XsltRef() }}
<xsl:choose>
요소는 많은 선택 가운데 하나를 정의합니다. 그리고 절차형 언어(procedural language)의 스위치 문처럼 동작합니다.
<xsl:choose> <xsl:when> <xsl:otherwise> [optional] </<xsl:choose>
없음.
없음.
명령, 템플릿과 함께 나타남. 하나 이상의 <xsl:when>
요소를 포함하고 선택에 따라 마지막에 <xsl:otherwise>
요소를 포함합니다.
XSLT section 9.2, Conditional Processing with xsl:choose
지원함.