aboutsummaryrefslogtreecommitdiffstats
path: root/doc/xmlio.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-08 13:48:40 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-08 13:48:40 +0000
commitf83a2c7ecaae9e7d8f2f61eccacd5dc89968be79 (patch)
tree507c3ce8fd1ecc2e0a8500f831076942430fc5ef /doc/xmlio.html
parentb46a573c4fdac9a7eac9b5ecdd9663d4d74580b6 (diff)
downloadandroid_external_libxml2-f83a2c7ecaae9e7d8f2f61eccacd5dc89968be79.tar.gz
android_external_libxml2-f83a2c7ecaae9e7d8f2f61eccacd5dc89968be79.tar.bz2
android_external_libxml2-f83a2c7ecaae9e7d8f2f61eccacd5dc89968be79.zip
Cleanup infos about XML Schemas, Daniel
Diffstat (limited to 'doc/xmlio.html')
-rw-r--r--doc/xmlio.html43
1 files changed, 1 insertions, 42 deletions
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 1dbce50b..627d5779 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -230,48 +230,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
        ret-&gt;writecallback = xmlFileWrite;
        ret-&gt;closecallback = NULL; /* No close callback */
    }
-    return(ret); <br>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+    return(ret);
} </pre>
</li>
<li>And then use it to save the document: