Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

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.

Attributes

select

XPath expression specifying which nodes to copy.

Usage Examples

See Example: Requiring and Restricting Configuration Statements.

Published: 2013-03-05