Module xParseXML
Parsing is based on the implementation by Roberto Ierusalimschy, modified to support underscores in attribute names.
(TODO) In addition to the raw XML parsing, the class can also convert a XML document into a native renoise.Document instance (particularly optimized for renoise-generated documents).
See also: {http://lua-users.org/wiki/LuaXml}
Functions
parse (str) | |
process_list (t) | |
process_document (t) |