From eb5d521a2df72fa829a7f8196b957c696e7ccc58 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 18 Mar 2010 07:40:32 +0100 Subject: Import upstream version 2.7.7 --- 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 827da39..1ce01e3 100644 --- a/doc/devhelp/libxml2-HTMLparser.html +++ b/doc/devhelp/libxml2-HTMLparser.html @@ -189,6 +189,7 @@ int htmlCtxtUseOptions (HTML_PARSE_PEDANTIC = 128 /* pedantic error reporting */ 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 */ };

@@ -321,7 +322,7 @@ int htmlCtxtUseOptions (
ctxt:an HTML parser context
Returns:0, -1 in case of error. the parser context is augmented as a result of the parsing.


htmlParseElement ()

void	htmlParseElement		(htmlParserCtxtPtr ctxt)
-

parse an HTML element, this is highly recursive [39] element ::= EmptyElemTag | STag content ETag [41] Attribute ::= Name Eq AttValue

+

parse an HTML element, this is highly recursive this is kept for compatibility with previous code versions [39] element ::= EmptyElemTag | STag content ETag [41] Attribute ::= Name Eq AttValue

ctxt:an HTML parser context

htmlParseEntityRef ()

const htmlEntityDesc *	htmlParseEntityRef	(htmlParserCtxtPtr ctxt, 
const xmlChar ** str)
-- cgit v1.2.3