--- title: copy slug: Web/XSLT/copy tags: - XSLT_Reference translation_of: Web/XSLT/Element/copy ---
{{ XsltRef() }}
<xsl:copy>
요소는 출력 문서에 현재 노드의 노드와 어떤 관련 이름공간 노드만을 얕게 복사(shallow copy) 전달합니다. 속성이나 자식은 복사하지 않습니다.
<xsl:copy use-attribute-sets=LIST-OF-NAMES> TEMPLATE </xsl:copy>
없음.
use-attribute-sets
명령, 템플릿 안에 나타남.
지원함.