@* (in copy mode) — Copy attributes
<xsl:template match="@*" mode="copy"/>
This template simply copies the attributes that it applies to straight through into the result tree.