fixed to point to releases of libxml2-2.6, Daniel
diff --git a/doc/news.html b/doc/news.html
index 7dca421..cd71924 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -135,7 +135,7 @@
     xmlSearchNs() by Luca Padovani. The xmlReader should do far less
     allocation and it speed should get closer to SAX. Chris Anderson worked
     on speeding and cleaning up repetitive checking code.</li>
-  <li>cleanup of &quot;make tests&quot;</li>
+  <li>cleanup of "make tests"</li>
   <li>libxml-2.0-uninstalled.pc from Malcolm Tredinnick</li>
   <li>deactivated the broken docBook SGML parser code and plugged the XML
     parser instead.</li>
@@ -191,7 +191,7 @@
   <li>Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes
     (Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser
     and zero bytes handling, some missing Windows file path conversions,
-    behaviour of the parser and validator in the presence of &quot;out of memory&quot;
+    behaviour of the parser and validator in the presence of "out of memory"
     error conditions</li>
   <li>extended the API to be able to plug a garbage collecting memory
     allocator, added xmlMallocAtomic() and modified the allocations
@@ -284,7 +284,7 @@
   <li>2 bug fixes in the XML push parser</li>
   <li>potential memory leak removed (Martin Stoilov)</li>
   <li>fix to the configure script for Unix (Dimitri Papadopoulos)</li>
-  <li>added encoding support for XInclude parse=&quot;text&quot;</li>
+  <li>added encoding support for XInclude parse="text"</li>
   <li>autodetection of XHTML1 and specific serialization rules added</li>
   <li>nasty threading bug fixed (William Brack)</li>
 </ul><h3>2.4.27: Nov 17 2002</h3><ul><li>fixes for the Python bindings</li>
@@ -370,8 +370,8 @@
   <li>serious cleanup of the Python makefiles</li>
   <li>speedup patch to XPath very effective for DocBook stylesheets</li>
   <li>Fixes for Windows build, cleanup of the documentation</li>
-</ul><h3>2.4.17: Mar 8 2002</h3><ul><li>a lot of bug fixes, including &quot;namespace nodes have no parents in
-  XPath&quot;</li>
+</ul><h3>2.4.17: Mar 8 2002</h3><ul><li>a lot of bug fixes, including "namespace nodes have no parents in
+  XPath"</li>
   <li>fixed/improved the Python wrappers, added more examples and more
     regression tests, XPath extension functions can now return node-sets</li>
   <li>added the XML Canonicalization support from Aleksey Sanin</li>
@@ -684,7 +684,7 @@
     $prefix/include/gnome-xml), they also are referenced by
     <pre>#include &lt;libxml/xxx.h&gt;</pre>
     <p>instead of</p>
-    <pre>#include &quot;xxx.h&quot;</pre>
+    <pre>#include "xxx.h"</pre>
   </li>
   <li>a new URI module for parsing URIs and following strictly RFC 2396</li>
   <li>the memory allocation routines used by libxml can now be overloaded
@@ -765,7 +765,7 @@
     xmlDocSetRootElement</li>
   <li>Tried to improve the HTML output with help from <a href="mailto:clahey@umich.edu">Chris Lahey</a></li>
 </ul><h3>1.8.1: Dec 18 1999</h3><ul><li>various patches to avoid troubles when using libxml with C++ compilers
-    the &quot;namespace&quot; keyword and C escaping in include files</li>
+    the "namespace" keyword and C escaping in include files</li>
   <li>a problem in one of the core macros IS_CHAR was corrected</li>
   <li>fixed a bug introduced in 1.8.0 breaking default namespace processing,
     and more specifically the Dia application</li>