From a464d9993e2acd5b8e1089b218ba74c6fcf215c5 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 5 Sep 2005 17:10:35 +0000 Subject: Load /usr/tmp/tmp.CMoFff/libxml2-2.6.21 into packages/libxml2/branches/upstream/current. --- doc/html/libxml-HTMLparser.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/html/libxml-HTMLparser.html') diff --git a/doc/html/libxml-HTMLparser.html b/doc/html/libxml-HTMLparser.html index bc3ea48..8043542 100644 --- a/doc/html/libxml-HTMLparser.html +++ b/doc/html/libxml-HTMLparser.html @@ -86,11 +86,13 @@ A:link, A:visited, A:active { text-decoration: underline } const char * name : The entity name const char * desc : the description }

Enum htmlParserOption

Enum htmlParserOption {
+    HTML_PARSE_RECOVER = 1 : Relaxed parsing
     HTML_PARSE_NOERROR = 32 : suppress error reports
     HTML_PARSE_NOWARNING = 64 : suppress warning reports
     HTML_PARSE_PEDANTIC = 128 : pedantic error reporting
     HTML_PARSE_NOBLANKS = 256 : remove blank nodes
     HTML_PARSE_NONET = 2048 : Forbid network access
+    HTML_PARSE_COMPACT = 65536 : compact small text nodes
 }
 

Enum htmlStatus

Enum htmlStatus {
     HTML_NA = 0 : something we don't check at all
-- 
cgit v1.2.3