do-clone-xpath

Appends deep copies of the nodes selected by <src-expression> to the set of elements selected by <dest-expression>.

Example

<do-append-xml-element name="delete" expression=".."/><do-clone-xpath src-expression="@*" dest-expression="../modify[last()]"/>

Allowed Content

EMPTY

Attributes

Attribute

Possible Values

Default Value

before

CDATA

XPath 1.0 expression evaluated relative to each of the nodes select by dest-expression that returns a node-set containing the child nodes which the non-attribute cloned nodes should be inserted before.

#REQUIRED

dest-expression .

CDATA

XPath 1.0 expression that returns a node-set containing the elements to which the cloned nodes should be appended

#REQUIRED

disabled

true | false

True if this element is disabled.

false

notrace

true | false

True if this element should not be traced during execution of the policy.

false

src-expression

CDATA

XPath 1.0 expression that returns a node-set containing the nodes that are cloned

#REQUIRED

Content Declaration

Empty

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.