- doc/FAQ.html: added a warning about gcc-3.0
- doc/xml.html: added reference to gdome2 and removed a confusing
  sentence
Daniel
diff --git a/ChangeLog b/ChangeLog
index 5682c7a..cdce711 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
+
+	* doc/FAQ.html: added a warning about gcc-3.0
+	* doc/xml.html: added reference to gdome2 and removed a confusing
+	  sentence
+
 Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
 
 	* xmlversion.h: okay this is a generated file, but Windows
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 6d76fb0..f6cf9ab 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -153,6 +153,11 @@
     script to regenerate the configure and Makefiles, like:</p>
     <p><code>./autogen.sh --prefix=/usr --disable-shared</code></p>
   </li>
+  <li><em>I have troubles when running make tests with gcc-3.0</em>
+    <p>It seems the initial release of gcc-3.0 has a problem with the
+    optimizer which miscompiles the URI module. Please use another
+    compiler</p>
+  </li>
 </ol>
 
 <h2><a name="Developer">Developer</a> corner</h2>
diff --git a/doc/xml.html b/doc/xml.html
index d6c621c..484da79 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
   <title>The XML C library for Gnome</title>
@@ -57,6 +59,8 @@
   <li><a href="xmldtd.html">a short introduction about DTDs and
   libxml</a></li>
   <li><a href="http://xmlsoft.org/XSLT/">the libxslt page</a></li>
+  <li><a href="http://www.cs.unibo.it/~casarini/gdome2/">the gdome2 page: a
+    standard DOM interface for libxml2</a></li>
 </ul>
 
 <h2><a name="Introducti">Introduction</a></h2>
@@ -118,14 +122,6 @@
   <li>George Lebl wrote <a
     href="http://www-4.ibm.com/software/developer/library/gnome3/">an article
     for IBM developerWorks</a> about using libxml.</li>
-  <li>It is also a good idea to check to <a href="mailto:raph@levien.com">Raph
-    Levien</a>'s <a href="http://levien.com/gnome/">web site</a> since he is
-    building the <a href="http://levien.com/gnome/gdome.html">DOM interface
-    gdome</a> on top of libxml result tree and an implementation of <a
-    href="http://www.w3.org/Graphics/SVG/">SVG</a> called <a
-    href="http://www.levien.com/svg/">gill</a>. Check his <a
-    href="http://www.levien.com/gnome/domination.html">DOMination
-  paper</a>.</li>
   <li>Check <a href="http://cvs.gnome.org/lxr/source/gnome-xml/TODO">the TODO
     file</a></li>
   <li>Read the <a href="upgrade.html">1.x to 2.x upgrade path</a>. If you are
@@ -1344,8 +1340,6 @@
 href="http://www.cs.unibo.it/~casarini/gdome2/">Gdome2 homepage</a> for more
 informations.</p>
 
-<p>The gnome-dom and gdome modules in the Gnome CVS base are obsolete</p>
-
 <h2><a name="Example"></a><a name="real">A real example</a></h2>
 
 <p>Here is a real size example, where the actual content of the application
@@ -1575,6 +1569,6 @@
 
 <p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.87 2001/06/09 16:58:47 veillard Exp $</p>
+<p>$Id: xml.html,v 1.88 2001/06/17 14:50:34 veillard Exp $</p>
 </body>
 </html>