AddChild Method
The AddChildMethod adds an XMLNode to the Children list.
This method has the following syntax:
integer = XMLElement.AddChild(child = XMLNode
[, position = integer])
This method has the following parameters:
child
(Required) Specifies the child XMLNode to be added
position
Specifies the position of the XMLNode in the Children list