Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
 

Related Documentation

 

copy-of

Syntax

copy-of expression; 

Release Information

Statement introduced in version 1.0 of the SLAX language.

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"/>
 

Related Documentation

 

Published: 2013-03-05

 

Related Documentation

 

Published: 2013-03-05