--- embedaddon/libxml2/doc/devhelp/libxml2-HTMLparser.html 2012/02/21 23:37:59 1.1.1.1 +++ embedaddon/libxml2/doc/devhelp/libxml2-HTMLparser.html 2013/07/22 01:22:24 1.1.1.2 @@ -191,7 +191,8 @@ int htmlCtxtUseOptionsHTML_PARSE_NOBLANKS = 256 /* remove blank nodes */ HTML_PARSE_NONET = 2048 /* Forbid network access */ HTML_PARSE_NOIMPLIED = 8192 /* Do not add implied html/body... elements */ - HTML_PARSE_COMPACT = 65536 /* compact small text nodes */ + HTML_PARSE_COMPACT = 65536 /* compact small text nodes */ + HTML_PARSE_IGNORE_ENC = 2097152 /* ignore internal document encoding hint */ };