Navigation
Supported Platforms
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.