diff options
| author | Mike Hommey <glandium@debian.org> | 2009-03-01 10:55:27 +0100 |
|---|---|---|
| committer | Mike Hommey <glandium@debian.org> | 2009-03-01 10:55:27 +0100 |
| commit | e248b20a3b7df364cc9617b8685b4c190338bcd2 (patch) | |
| tree | f289c8584c4a44dd9cdb87003b193488da8b00f3 /doc/html/libxml-parser.html | |
| parent | 0c8f97ec9edb09da2e0b19c4f9ddf8c725cebc59 (diff) | |
| download | libxml2-upstream/2.7.3.dfsg.tar.gz | |
Import upstream version 2.7.3upstream/2.7.3.dfsg
Diffstat (limited to 'doc/html/libxml-parser.html')
| -rw-r--r-- | doc/html/libxml-parser.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/libxml-parser.html b/doc/html/libxml-parser.html index 82dbf95..83db4d9 100644 --- a/doc/html/libxml-parser.html +++ b/doc/html/libxml-parser.html @@ -285,6 +285,7 @@ void <a href="#xmlParserInputDeallocate">xmlParserInputDeallocate</a> (<a href=" <a name="XML_PARSE_OLD10" id="XML_PARSE_OLD10">XML_PARSE_OLD10</a> = 131072 : parse using XML-1.0 before update 5 <a name="XML_PARSE_NOBASEFIX" id="XML_PARSE_NOBASEFIX">XML_PARSE_NOBASEFIX</a> = 262144 : do not fixup XINCLUDE xml:base uris <a name="XML_PARSE_HUGE" id="XML_PARSE_HUGE">XML_PARSE_HUGE</a> = 524288 : relax any hardcoded limit from the parser + <a name="XML_PARSE_OLDSAX" id="XML_PARSE_OLDSAX">XML_PARSE_OLDSAX</a> = 1048576 : parse using SAX2 interface from before 2.7.0 } </pre><h3><a name="xmlSAXHandlerV1" id="xmlSAXHandlerV1">Structure xmlSAXHandlerV1</a></h3><pre class="programlisting">Structure xmlSAXHandlerV1<br />struct _xmlSAXHandlerV1 { <a href="libxml-parser.html#internalSubsetSAXFunc">internalSubsetSAXFunc</a> internalSubset |
