<xsl:otherwise> 요소
<xsl:choose>
및 <xsl:when>
요소와 결합한 여러 조건부 테스트를 제공합니다.
<xsl:otherwise>
</xsl:otherwise>
요소 정보
발생 횟수 |
제한 없음 |
부모 요소 |
|
자식 요소 |
xsl:apply-templates, xsl:attribute, xsl:call-template, xsl:choose, xsl:comment, xsl:copy, xsl:copy-of, xsl:element, xsl:for-each, xsl:if, xsl:processing-instruction, xsl:text, xsl:value-of, xsl:variable, 출력 요소 |
설명
<xsl:choose>
에 대한 기본 조건을 제공합니다. 다른 대체 조건은 <xsl:when>
요소로 나타냅니다.
단순 조건부 테스트에는 <xsl:if>
요소를 사용합니다.
예제
<xsl:choose>의 예제를 참조하십시오.