aboutsummaryrefslogtreecommitdiffstats
path: root/doc/xmlio.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-01-06 13:11:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-01-06 13:11:20 +0000
commit7b4b2f9d8fc712c49beaf75985161a130c77d13a (patch)
treecff0de9c2e33920d0c0a38ecbf12d857d49a36cb /doc/xmlio.html
parente0ed10cb0f7244f781f84ecf2b063d1a7deb2b63 (diff)
downloadandroid_external_libxml2-7b4b2f9d8fc712c49beaf75985161a130c77d13a.tar.gz
android_external_libxml2-7b4b2f9d8fc712c49beaf75985161a130c77d13a.tar.bz2
android_external_libxml2-7b4b2f9d8fc712c49beaf75985161a130c77d13a.zip
preparing 2.5.0 release only warn in pedantic mode about namespace name
* configure.in NEWS: preparing 2.5.0 release * SAX.c: only warn in pedantic mode about namespace name brokeness * globals.c: fix a doc generation problem * uri.c: fix #101520 * doc/*: updated and rebuilt the doc for the release, includuding stylesheet update * python/Makefile.am: fix a filename bug Daniel
Diffstat (limited to 'doc/xmlio.html')
-rw-r--r--doc/xmlio.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 8f5d3886..2a76caa9 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -55,7 +55,9 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li>
+<li><a href="xmlreader.html">The Reader Interface</a></li>
<li><a href="tutorial/index.html">Tutorial</a></li>
+<li><a href="guidelines.html">XML Guidelines</a></li>
<li>
<a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a>
</li>
@@ -255,6 +257,8 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
+
} </pre>
</li>
<li>And then use it to save the document: