Creates and returns an XML document object element.
<p class="snip">
<var el = <b>XMLElemNew(xml_obj [, <i>namespace</i>], <i>child_name</i>)</b>>
</p>
.example
.required_params
[
{
"param": "xml_obj",
"type": "text/variable",
"description": "Name of the XML document object in which you are creating the element",
"example": ""
},
{
"param": "child_name",
"type": "text",
"description": "Name of the child element to create",
"example": "\"row\""
}
]
.optional_params
[
{
"param": "namespace",
"type": "text",
"description": "Optional - URI of the namespace to which this element belongs",
"example": ""
}