xsl:copy-of

Syntax

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

Description

Create a copy of what is selected by the expression defined in the select attribute. Namespace nodes, child nodes, and attributes of the current node are automatically copied as well.

select—Specifies an expression to select nodes to be copied.

See Example: Requiring and Restricting Configuration Statements.

Related Topics