Complete XSLT Element Reference
The <xsl:copy> element creates a copy of the current node.
Note: Namespace nodes of the current node are automatically copied as well, but child nodes and attributes of the current node are not automatically copied!
| Attribute | Value | Description |
|---|---|---|
| use-attribute-sets | name-list | Optional. A white space separated list of attribute-sets to apply to the output node, if the node is an element |
Copy the message node to the output document:
Complete XSLT Element Reference
Your message has been sent to W3Schools.