From d7372d053bbd1d58216fbb04d1771ffa4cc3e624 Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Fri, 25 May 2012 04:03:35 +0000 Subject: Imported Upstream version 2.8.0+dfsg1 --- doc/devhelp/libxml2-HTMLparser.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/devhelp/libxml2-HTMLparser.html') diff --git a/doc/devhelp/libxml2-HTMLparser.html b/doc/devhelp/libxml2-HTMLparser.html index 94e6a43..6d8a42a 100644 --- a/doc/devhelp/libxml2-HTMLparser.html +++ b/doc/devhelp/libxml2-HTMLparser.html @@ -191,7 +191,8 @@ int htmlCtxtUseOptions (HTML_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 */ };

-- cgit v1.2.3