--- embedaddon/libxml2/doc/devhelp/libxml2-parser.html 2012/02/21 23:37:59 1.1.1.1 +++ embedaddon/libxml2/doc/devhelp/libxml2-parser.html 2013/07/22 01:22:25 1.1.1.2 @@ -221,6 +221,7 @@ void xmlSetExter XML_WITH_DEBUG_RUN = 30 XML_WITH_ZLIB = 31 XML_WITH_ICU = 32 + XML_WITH_LZMA = 33 XML_WITH_NONE = 99999 /* just to be sure of allocation size */ };

@@ -307,7 +308,8 @@ void xmlSetExter XML_PARSE_OLD10 = 131072 /* parse using XML-1.0 before update 5 */ XML_PARSE_NOBASEFIX = 262144 /* do not fixup XINCLUDE xml:base uris */ XML_PARSE_HUGE = 524288 /* relax any hardcoded limit from the parser */ - XML_PARSE_OLDSAX = 1048576 /* parse using SAX2 interface from before 2.7.0 */ + XML_PARSE_OLDSAX = 1048576 /* parse using SAX2 interface before 2.7.0 */ + XML_PARSE_IGNORE_ENC = 2097152 /* ignore internal document encoding hint */ };