Cleanup infos about XML Schemas, Daniel
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 1dbce50..627d577 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -230,48 +230,7 @@
         ret->writecallback = xmlFileWrite;
         ret->closecallback = NULL;  /* No close callback */
     }
-    return(ret); <br>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+    return(ret);
 } </pre>
   </li>
   <li>And then use it to save the document: