ON THIS PAGE
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. |