Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.01 KB

File metadata and controls

35 lines (23 loc) · 1.01 KB

Function: XMLElemNew

Creates a new XML Element which can be appended to an XML document

Method Signature

XMLElemNew(XML=[xml], childname=[string], namespace=[string])

Arguments

Argument Type Required Description Default
XML xml true The parent XML object to associate the new node to
childname string true The XML name of the new child node
namespace string false The XML namespace to attach to the new child node

Examples

Related