XSLT <xsl:copy-of>
Element
Definition and Usage
The <xsl:copy-of>
element creates a copy of the current node.
Note: The current node's Namespace nodes, child nodes, and attributes are automatically copied!
Tip: This element can be used to insert multiple copies of the same node into different positions in the output.
Syntax
Attributes
Attribute | Value | Description |
---|---|---|
select | expression | Required. Specifies what to copy. |