Changed all references to libxml2 CVS over to the corresponding SVN. A few

* doc/xml.html: Changed all references to libxml2 CVS over to
  the corresponding SVN.  A few other spelling/grammar/links
  also changed.
* doc/libxml2-api.xml, doc/*.html: Regenerated all docs.

svn path=/trunk/; revision=3585
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 60188df..1e6f6fc 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -22,7 +22,7 @@
     <code>xmlSetExternalEntityLoader()</code>. <a href="#entities">Check the
     example</a>.</li>
   <li>Input I/O buffers which are a commodity structure used by the parser(s)
-    input layer to handle fetching the informations to feed the parser. This
+    input layer to handle fetching the information to feed the parser. This
     provides buffering and is also a placeholder where the encoding
     converters to UTF8 are piggy-backed.</li>
   <li>Output I/O buffers are similar to the Input ones and fulfill similar