<execute_node>

Executes the code within the specified node without making it the current node.

This tag is executed in the order in which it is encountered within a node. After the <execute_node> code has been executed, the remaining code in the current node is executed.

Note that if the node specified in <execute_node> contains a <next_node>, the node specified in <next_node> will become the current node.

Child of: <node name="">
Parent of: Nothing

Example:

<execute_node>a_node</execute_node>