Create and destroy an xml parser
#include <ne_xml.h>
ne_xml_parser *ne_xml_create(void); void ne_xml_destroy(ne_xml_parser *parser);
The ne_xml_create function creates an XML parser object, which can be used for parsing XML documents using stacked SAX handlers.
ne_xml_create returns a pointer to an XML parser object, and never NULL
XXX
Joe Orton <[email protected]>
Author.