ICI Modules: xml: Parse
Modules by name : by typeSynopsis
xml.Parse(XML_Parser, string [, int])Description
Parse a string containing XML data invoking any callbacks defined for the given parser. The optional integer argument defines whether or not this is the last input and defaults to true. If given as zero further input may be given to the parser, this is typically used when reading files on a line by line basis.
The idiom xml.Parse(parser, "") is used to finish parsing of a stream.