aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt/element/copy/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xslt/element/copy/index.html')
-rw-r--r--files/ko/web/xslt/element/copy/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/xslt/element/copy/index.html b/files/ko/web/xslt/element/copy/index.html
index 7d6e480167..9d88349f6f 100644
--- a/files/ko/web/xslt/element/copy/index.html
+++ b/files/ko/web/xslt/element/copy/index.html
@@ -1,9 +1,10 @@
---
title: copy
-slug: Web/XSLT/copy
+slug: Web/XSLT/Element/copy
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/copy
+original_slug: Web/XSLT/copy
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:copy&gt;</code> 요소는 출력 문서에 현재 노드의 노드와 어떤 관련 이름공간 노드만을 얕게 복사(shallow copy) 전달합니다. 속성이나 자식은 복사하지 않습니다.</p>