
xsl:copy-of
The <xsl:copy-of> element makes a deep copy (including descendant nodes) of whatever the select attribute specifies to the output document.
<xsl:copy-of select=EXPRESSION />Uses an XPath expression that specifies what is to be copied.
|
Send comments on this document to
devdoc-feedback@netscape.com |