Feedback

  • Contents
 

XML Assign Node Iterator

This XML tool assigns the Node Iterator given by Source Variable to the Destination Variable. The iterator returned in Destination Variable points to the same sequence and same position in the sequence. However, the returned iterator is an iterator in its own right, and thus calling XML Get Next Node on it will not modify the position of the Source Variable iterator. This tool allows saving a certain position in the iteration sequence and come back to it at a later point in time. This tool thus performs assignment by value and not by reference.

Inputs

Source Variable

The node variable to assign to the destination variable.

Outputs

Destination Variable

The new node variable that represents to the same physical XML node as Source Variable.

Exit Path

Next

This path always takes the Next exit path.