Added docs for 2.4.22, Daniel
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 4d96574..c9bf2ff 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -205,8 +205,8 @@
 and this was a problem. The <a href="http://xmlsoft.org/messages/0711.html">solution</a> was to redefine a
 new output handler with the closing call deactivated:</p>
 <ol>
-<li>First define a new I/O output allocator where the output don't close the
-    file:
+<li>First define a new I/O output allocator where the output don't close
+    the file:
     <pre>xmlOutputBufferPtr
 xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
     xmlOutputBufferPtr ret;
@@ -234,6 +234,7 @@
 
 
 
+
 } </pre>
 </li>
 <li>And then use it to save the document: