--- title: copy-of slug: Web/XSLT/copy-of tags: - XSLT_Reference translation_of: Web/XSLT/Element/copy-of ---
{{ XsltRef() }}
<xsl:copy-of>
요소는 select 속성이 출력 문서에 무엇을 지정하든지 (자손 노드를 포함하여) 깊게 복사(deep copy)합니다.
<xsl:copy-of select=EXPRESSION />
select
없음.
명령, 템플릿 안에 나타남.
XSLT section 11.3, Using Values of Variables and Parameters with xsl:copy-of
지원함.