SAX is a standard interface for event-based XML parsing, developed collaboratively by the members of the XML-DEV mailing list. To use SAX, an xmlsaxcb
structure is initialized with function pointers and passed to one of the XmlLoadSax
calls. A pointer to a user-defined context structure is also provided, and will be passed to each SAX function.
This chapter contains the following section: