Updated the HTML home page, Daniel.
diff --git a/doc/xml.html b/doc/xml.html
index 23a33f0..0bc1cbc 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -128,15 +128,19 @@
 <ul>
   <li>working on HTML and XML links recognition layers, get in touch with me
     if you want to test those.</li>
-  <li>a Push interface for the XML parser</li>
+</ul>
+
+<h3>1.8.3: Jan 5 2000</h3>
+<ul>
+  <li>a Push interface for the XML and HTML parsers</li>
   <li>an shell like interface to the document tree (try tester --shell
   :-)</li>
   <li>lots of bug fixes and improvement added over XMas hollidays</li>
   <li>fixed the DTD parsing code to work with the xhtml DTD</li>
-  <li>added xmlRemoveProp()</li>
-  <li>Fixed bugs in xmlNewNs </li>
+  <li>added xmlRemoveProp(), xmlRemoveID() and xmlRemoveRef()</li>
+  <li>Fixed bugs in xmlNewNs()</li>
   <li>External entity loading code has been revamped, now it uses
-    xmlLoadExternalEntity()</li>
+    xmlLoadExternalEntity(), some fix on entities processing were added</li>
   <li>cleaned up WIN32 includes of socket stuff</li>
 </ul>
 
@@ -911,6 +915,6 @@
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.18 1999/12/28 16:35:14 veillard Exp $</p>
+<p>$Id: xml.html,v 1.19 2000/01/03 17:30:45 veillard Exp $</p>
 </body>
 </html>