The parse_xml
method parses an XML string to a LuaXmlDocument.
parse_xml( xml )
Argument | Description |
---|---|
xml
|
(string) XML data as a string. |
(LuaXmlDocument). A LuaXmlDocument containing the parsed data, or nil if the string could not be parsed.
|