insertXml
The insertXml method inserts XML metadata into the document. When called on a LuaField, the insertXml method inserts the fields as children of the LuaField.
Syntax
insertXml ( node )
Arguments
| Argument | Description | 
|---|---|
| node | (LuaXmlNode) The node to insert. | 
Returns
(LuaField). A LuaField object of the inserted data.