Xml

The standard event-driven XML parser.

void parse_xml(xml : string, events : object) The parse_xml parse a string and for each parsed element call the corresponding object method in events : You can then implement the events so they build the appropriate XML data structure needed by your language.