XSLT Quick Reference

copy

<xsl:copy
    use-attribute-sets = "qnames"
    >
    <!-- content:template -->
</xsl:copy>

copy-of

<xsl:copy-of
    select = "expression"
    />