copy-of
Syntax
copy-of expression;
Description
Copy the specified node including namespace nodes, child nodes, and attributes of that node. The argument is an XPath expression that specifies which nodes to copy.
Attributes
expression |
XPath expression that specifies which nodes to copy. |
SLAX Example
copy-of configuration/protocols/bgp;
XSLT Equivalent
<xsl:copy-of select="configuration/protocols/bgp"/>
Release Information
Statement introduced in version 1.0 of the SLAX language.