Navigation
Supported Platforms
Related Documentation
- ACX, EX, J, M, MX, SRX, T Series
- copy-node
- ACX, EX, M, MX, PTX, SRX, T Series
- xsl:copy-of
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
- ACX, EX, J, M, MX, SRX, T Series
- copy-node
- ACX, EX, M, MX, PTX, SRX, T Series
- xsl:copy-of
Published: 2013-03-05
Supported Platforms
Related Documentation
- ACX, EX, J, M, MX, SRX, T Series
- copy-node
- ACX, EX, M, MX, PTX, SRX, T Series
- xsl:copy-of