HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
<xsl:copy-of> 요소는 select 속성이 출력 문서에 무엇을 지정하든지 (자손 노드를 포함하여) 깊게 복사(deep copy)합니다.
<xsl:copy-of>
<xsl:copy-of select=EXPRESSION />
select
복사할 대상을 지정하는 XPath 식을 씁니다.
없음.
명령, 템플릿 안에 나타남.
XSLT section 11.3, Using Values of Variables and Parameters with xsl:copy-of
지원함.