Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

The <xsl:copy-of> element makes a deep copy (including descendant nodes) of whatever the select attribute specifies to the output document.

Syntax

<xsl:copy-of select=EXPRESSION /> 

Required Attributes

select
Uses an XPath expression that specifies what is to be copied.

Optional Attributes

None.

Type

Instruction, appears within a template.

Defined

XSLT, section 11.3.

Gecko support

Supported.

Document Tags and Contributors

 Contributors to this page: Sheppy, Fredchat, Mgjbot, Ptak82, Nickolay, CitizenK, Dria
 Last updated by: Sheppy,