.id
345
.gutitle
jk_docs_functions_xmlelemnew
.title
XmlElemNew
.file
.extension
.name
.user_id
7
.notes
.body
Creates and returns an XML document object element.

<p class="snip">
&lt;var el = <b>XMLElemNew(xml_obj [, <i>namespace</i>], <i>child_name</i>)</b>&gt;
</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": ""
}

]
.see_also
<a href="../Functions/IsXmlElem">IsXmlElem</a>
<a href="../Functions/XmlChildPos">XmlChildPos</a>
<a href="../Functions/XmlFormat">XmlFormat</a>
<a href="../Functions/XmlNew">XmlNew</a>
<a href="../Functions/XmlParse">XmlParse</a>