The <xsl:copy-of> element makes a deep copy (including descendant nodes) of whatever the select attribute specifies to the output document.
<xsl:copy-of select=EXPRESSION />selectUses an XPath expression that specifies what is to be copied.
None.
Instruction, appears within a template.
XSLT, section 11.3.
Supported.