aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt/param/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xslt/param/index.html')
-rw-r--r--files/ko/web/xslt/param/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/ko/web/xslt/param/index.html b/files/ko/web/xslt/param/index.html
new file mode 100644
index 0000000000..e1bcf36e19
--- /dev/null
+++ b/files/ko/web/xslt/param/index.html
@@ -0,0 +1,33 @@
+---
+title: param
+slug: Web/XSLT/param
+tags:
+ - XSLT_Reference
+translation_of: Web/XSLT/Element/param
+---
+<p>{{ XsltRef() }}</p>
+<p><code>&lt;xsl:param&gt;</code> 요소는 이름과 선택에 따라 기본값으로 매개변수를 설정합니다. 최상위 요소로 쓸 때, 매개변수는 전역입니다. <code>&lt;xsl:template&gt;</code> 요소 안에서 쓰면, 매개변수는 그 템플릿에 대해 지역입니다. 이 경우에 요소는 템플릿의 첫 자식 요소여야 합니다.</p>
+<h3 id=".EB.AC.B8.EB.B2.95" name=".EB.AC.B8.EB.B2.95">문법</h3>
+<pre>&lt;xsl:param name=NAME select=EXPRESSION&gt;
+ TEMPLATE
+&lt;/xsl:param&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>
+<dl>
+ <dt>
+ <code>name</code></dt>
+ <dd>
+ 파라미터에 이름을 붙입니다. 이름은 QName이어야 합니다.</dd>
+</dl>
+<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>
+<dl>
+ <dt>
+ <code>select</code></dt>
+ <dd>
+ none으로 지정하면 기본값을 제공하는 XPath 식을 씁니다.</dd>
+</dl>
+<h3 id=".ED.83.80.EC.9E.85" name=".ED.83.80.EC.9E.85">타입</h3>
+<p>명령, 최상위 요소나 템플릿 안에 나타날 수 있음.</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#variables">XSLT section 11, Variables and Parameters</a></p>
+<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3>
+<p>지원함.</p>