XML Object
 
Syntax
 
NewChild(tag As String, content As String) As ChilkatXml
 
Description
Creates a new child having tag and content. The new child is created even if a child with a tag equal to tagName already exists. (Use FindOrAddNewChild to prevent creating children having the same tags.)