preparing 2.4.17 release updated and rebuilt the docs fixed a comment
* configure.in: preparing 2.4.17 release
* doc/*: updated and rebuilt the docs
* xpath.c: fixed a comment
* python/libxml.c: fixed a possible reentrancy problem
Daniel
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 8aa8959..a906e39 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -113,8 +113,7 @@
library requiring it, <strong><span style="background-color: #FF0000">Do
Not Use libxml1</span></strong>, use libxml2</li>
<li>
-<em>Where can I get libxml</em>
- ?
+<em>Where can I get libxml</em> ?
<p>The original distribution comes from <a href="ftp://rpmfind.net/pub/libxml/">rpmfind.net</a> or <a href="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/">gnome.org</a>
</p>
<p>Most linux and Bsd distribution includes libxml, this is probably the
@@ -182,8 +181,8 @@
following libs:</p>
<ul>
<li>
-<a href="http://www.info-zip.org/pub/infozip/zlib/">libz</a>
- : a highly portable and available widely compression library</li>
+<a href="http://www.info-zip.org/pub/infozip/zlib/">libz</a> : a
+ highly portable and available widely compression library</li>
<li>iconv: a powerful character encoding conversion library. It's
included by default on recent glibc libraries, so it doesn't need to
be installed specifically on linux. It seems it's now <a href="http://www.opennc.org/onlinepubs/7908799/xsh/iconv.html">part
@@ -307,9 +306,8 @@
</li>
<li>
<a href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&dir=gnome-xml">Browse
- the libxml source</a>
- , I try to write code as clean and documented as possible, so
- looking at it may be helpful</li>
+ the libxml source</a> , I try to write code as clean and documented
+ as possible, so looking at it may be helpful</li>
</ul>
</li>
<li>What about C++ ?