The <xsl:copy-of>
element makes a deep copy (including descendant nodes) of whatever the select attribute specifies to the output document.
The <xsl:copy-of>
element makes a deep copy (including descendant nodes) of whatever the select attribute specifies to the output document.
select
Uses an XPath expression that specifies what is to be copied.
None.
Instruction, appears within a template.
XSLT, section 11.3.
Supported.
© 2005–2022 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/copy-of