Commit 61b9338c0ff367d62d7cf14d28d244dc0324c2a7

Daniel Veillard 2003-11-03T14:28:31

implemented the XML_PARSE_NONET parser option. converted xmllint.c to use * parser.c xmlIO.c include/libxml/parserInternals.h: implemented the XML_PARSE_NONET parser option. * xmllint.c: converted xmllint.c to use the option instead of relying on the global resolver variable. Daniel