XML Parser ========== ucw-xml/xml.h ------------- To parse a document, create a parser context (<>), initialize it with <>, fill in requested parsing mode, pointers to hooks, and other parameters. Then call <> or <> as you need. At the end, dispose of the context by <> or recycle it by <>. !!ucw-xml/xml.h