preparing release of libxml2-2.6.3, updated and regenerated the docs.

* configure.in doc/* libxml.spec.in: preparing release of
  libxml2-2.6.3, updated and regenerated the docs.
Daniel
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 972e9c5..3424e3f 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -188,16 +188,17 @@
     can:</p>
     <ul><li>check more deeply the <a href="html/libxml-lib.html">existing
         generated doc</a></li>
-      <li>have a look at <a href="examples/index.html">the set of examples</a>.
-      </li><li>look for examples of use for libxml2 function using the Gnome code.
+      <li>have a look at <a href="examples/index.html">the set of
+        examples</a>.</li>
+      <li>look for examples of use for libxml2 function using the Gnome code.
         For example the following will query the full Gnome CVS base for the
         use of the <strong>xmlAddChild()</strong> function:
         <p><a href="http://cvs.gnome.org/lxr/search?string=xmlAddChild">http://cvs.gnome.org/lxr/search?string=xmlAddChild</a></p>
         <p>This may be slow, a large hardware donation to the gnome project
         could cure this :-)</p>
       </li>
-      <li><a href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&amp;dir=gnome-xml">Browse the libxml2 source</a> , I try to write code as clean and
-	documented
+      <li><a href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&amp;dir=gnome-xml">Browse
+        the libxml2 source</a> , I try to write code as clean and documented
         as possible, so looking at it may be helpful. In particular the code
         of xmllint.c and of the various testXXX.c test programs should
         provide good examples of how to do things with the library.</li>