Added a new Pascal DOM2 binding, Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 13877fc..8c5d81a 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -510,8 +510,8 @@
 href="http://rpmfind.net/linux/RPM/libxml2.html">libxml(2)</a> and <a
 href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml(2)-devel</a>
 packages installed to compile applications using libxml.) <a
-href="mailto:igor@stud.fh-frankfurt.de">Igor  Zlatkovic</a> is now the maintainer
-of the Windows port, <a
+href="mailto:igor@stud.fh-frankfurt.de">Igor  Zlatkovic</a> is now the
+maintainer of the Windows port, <a
 href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
 provides binaries</a>. <a href="mailto:Gary.Pennington@sun.com">Gary
 Pennington</a> provides <a href="http://garypennington.net/libxml2/">Solaris
@@ -561,7 +561,7 @@
   <li>bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8
     encoder</li>
   <li>portability fixes in the HTTP code</li>
-  <li>memory allocation checks using valgrind, and profiling tests </li>
+  <li>memory allocation checks using valgrind, and profiling tests</li>
   <li>revamp of the Windows build and Makefiles</li>
 </ul>
 
@@ -1364,6 +1364,9 @@
   <li>Petr Kozelka provides <a
     href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
     libxml2</a> with Kylix, Delphi and other Pascal compilers</li>
+  <li>Uwe Fechner also provides <a
+    href="http://sourceforge.net/projects/idom2-pas/">idom2</a>, a DOM2
+    implementation for Kylix2/D5/D6 from Borland </li>
   <li>Wai-Sun "Squidster" Chia provides <a
     href="http://www.rubycolor.org/arc/redist/">bindings for Ruby</a>  and
     libxml2 bindings are also available in Ruby through the <a
@@ -2550,6 +2553,7 @@
 
 
 
+
 } </pre>
   </li>
   <li>And then use it to save the document:
@@ -3681,8 +3685,8 @@
     href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
     Download: <a
     href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a></li>
-  <li><a href="mailto:igor@stud.fh-frankfurt.de">Igor  Zlatkovic</a> is now the
-    maintainer of the Windows port, <a
+  <li><a href="mailto:igor@stud.fh-frankfurt.de">Igor  Zlatkovic</a> is now
+    the maintainer of the Windows port, <a
     href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
     provides binaries</a></li>
   <li><a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides