aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devhelp/libxml2-parserInternals.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2009-01-18 20:53:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2009-01-18 20:53:59 +0000
commitf63085de5e33a95e326d1d810fb18d979359012b (patch)
treeb12b3dd9c79fe1d35afe6142667d489eccc94f23 /doc/devhelp/libxml2-parserInternals.html
parentd032a5bc212143649e7d5a55a1180fba34b18185 (diff)
downloadandroid_external_libxml2-f63085de5e33a95e326d1d810fb18d979359012b.tar.gz
android_external_libxml2-f63085de5e33a95e326d1d810fb18d979359012b.tar.bz2
android_external_libxml2-f63085de5e33a95e326d1d810fb18d979359012b.zip
port patch from Marcus Meissner to add gcc checking for printf like
* include/libxml/parser.h include/libxml/xmlwriter.h include/libxml/relaxng.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in include/libxml/valid.h include/libxml/xmlschemas.h include/libxml/xmlerror.h: port patch from Marcus Meissner to add gcc checking for printf like functions parameters, should fix #65068 * doc/apibuild.py doc/*: modified the script accordingly and regenerated * xpath.c xmlmemory.c threads.c: fix a few warnings Daniel svn path=/trunk/; revision=3813
Diffstat (limited to 'doc/devhelp/libxml2-parserInternals.html')
-rw-r--r--doc/devhelp/libxml2-parserInternals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devhelp/libxml2-parserInternals.html b/doc/devhelp/libxml2-parserInternals.html
index 4b9bb0d9..5cb01491 100644
--- a/doc/devhelp/libxml2-parserInternals.html
+++ b/doc/devhelp/libxml2-parserInternals.html
@@ -268,7 +268,7 @@ void <a href="#xmlParseEntityDecl">xmlParseEntityDecl</a> (<a href="libxml2-tre
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="XML_MAX_TEXT_LENGHT">Macro </a>XML_MAX_TEXT_LENGHT</h3><pre class="programlisting">#define <a href="#XML_MAX_TEXT_LENGHT">XML_MAX_TEXT_LENGHT</a>;
-</pre><p/>
+</pre><p>Maximum size allowed for a single text node when building a tree. This is not a limitation of the parser but a safety boundary feature, use <a href="libxml2-parser.html#XML_PARSE_HUGE">XML_PARSE_HUGE</a> option to override it.</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="XML_SUBSTITUTE_BOTH">Macro </a>XML_SUBSTITUTE_BOTH</h3><pre class="programlisting">#define <a href="#XML_SUBSTITUTE_BOTH">XML_SUBSTITUTE_BOTH</a>;