aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt/choose
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/web/xslt/choose
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/web/xslt/choose')
-rw-r--r--files/ko/web/xslt/choose/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/ko/web/xslt/choose/index.html b/files/ko/web/xslt/choose/index.html
new file mode 100644
index 0000000000..ea615e7e15
--- /dev/null
+++ b/files/ko/web/xslt/choose/index.html
@@ -0,0 +1,24 @@
+---
+title: choose
+slug: Web/XSLT/choose
+tags:
+ - XSLT_Reference
+translation_of: Web/XSLT/Element/choose
+---
+<p>{{ XsltRef() }}</p>
+<p><code>&lt;xsl:choose&gt;</code> 요소는 많은 선택 가운데 하나를 정의합니다. 그리고 절차형 언어(procedural language)의 스위치 문처럼 동작합니다.</p>
+<h3 id=".EB.AC.B8.EB.B2.95" name=".EB.AC.B8.EB.B2.95">문법</h3>
+<pre>&lt;xsl:choose&gt;
+ &lt;xsl:when&gt;
+ &lt;xsl:otherwise&gt; [optional]
+&lt;/&lt;xsl:choose&gt;</pre>
+<h3 id=".ED.95.84.EC.88.98_.EC.86.8D.EC.84.B1" name=".ED.95.84.EC.88.98_.EC.86.8D.EC.84.B1">필수 속성</h3>
+<p>없음.</p>
+<h3 id=".EC.84.A0.ED.83.9D_.EC.86.8D.EC.84.B1" name=".EC.84.A0.ED.83.9D_.EC.86.8D.EC.84.B1">선택 속성</h3>
+<p>없음.</p>
+<h3 id=".ED.83.80.EC.9E.85" name=".ED.83.80.EC.9E.85">타입</h3>
+<p>명령, 템플릿과 함께 나타남. 하나 이상의 <code>&lt;xsl:when&gt;</code> 요소를 포함하고 선택에 따라 마지막에 <code>&lt;xsl:otherwise&gt;</code> 요소를 포함합니다.</p>
+<h3 id=".EC.A0.95.EC.9D.98" name=".EC.A0.95.EC.9D.98">정의</h3>
+<p><a class="external" href="http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:choose">XSLT section 9.2, Conditional Processing with xsl:choose</a></p>
+<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3>
+<p>지원함.</p>