diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:25 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:25 +0100 |
commit | f2db11d0be377464daa06807f993a562c7dc10ac (patch) | |
tree | 9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/xslt/element/copy | |
parent | ee778d6eea54935fd05022e0ba8c49456003381a (diff) | |
download | translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2 translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip |
unslug ko: modify
Diffstat (limited to 'files/ko/web/xslt/element/copy')
-rw-r--r-- | files/ko/web/xslt/element/copy/index.html | 3 |
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><xsl:copy></code> 요소는 출력 문서에 현재 노드의 노드와 어떤 관련 이름공간 노드만을 얕게 복사(shallow copy) 전달합니다. 속성이나 자식은 복사하지 않습니다.</p> |