Fixed a small pbm in one xmlIO example, Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 079ee31..1d1b5d2 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -2526,37 +2526,6 @@
         ret->closecallback = NULL;  /* No close callback */
     }
     return(ret); <br>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 } </pre>
   </li>
   <li>And then use it to save the document:
diff --git a/doc/xmlio.html b/doc/xmlio.html
index bda7344..a87763e 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -220,37 +220,6 @@
         ret-&gt;closecallback = NULL;  /* No close callback */
     }
     return(ret); <br>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 } </pre>
 </li>
 <li>And then use it to save the document: