aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt/element/param/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xslt/element/param/index.html')
-rw-r--r--files/ko/web/xslt/element/param/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/xslt/element/param/index.html b/files/ko/web/xslt/element/param/index.html
index e1bcf36e19..647bc6de91 100644
--- a/files/ko/web/xslt/element/param/index.html
+++ b/files/ko/web/xslt/element/param/index.html
@@ -1,9 +1,10 @@
---
title: param
-slug: Web/XSLT/param
+slug: Web/XSLT/Element/param
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/param
+original_slug: Web/XSLT/param
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:param&gt;</code> 요소는 이름과 선택에 따라 기본값으로 매개변수를 설정합니다. 최상위 요소로 쓸 때, 매개변수는 전역입니다. <code>&lt;xsl:template&gt;</code> 요소 안에서 쓰면, 매개변수는 그 템플릿에 대해 지역입니다. 이 경우에 요소는 템플릿의 첫 자식 요소여야 합니다.</p>