Inserts the given node after the current node.

Syntax

Smartsite SXML CopyCode image Copy Code
this.insertnodeafter(string name)
this.insertnodeafter(string name, string value)

Parameters

Name Data Type Description
name String The node name.
value String The node value.

Return Value

None.

Used in

Macro Description
XmlProcessor Native Xml data Macro.
SXML