Updated for clearer message of the content, DV.
diff --git a/doc/xml.html b/doc/xml.html
index f28a4ff..ec30ec7 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -2,8 +2,8 @@
                       "http://www.w3.org/TR/REC-html40/loose.dtd">
 <html>
 <head>
-  <title>The XML library for Gnome</title>
-  <meta name="GENERATOR" content="amaya V3.2.1">
+  <title>The XML C library for Gnome</title>
+  <meta name="GENERATOR" content="amaya V3.2">
   <meta http-equiv="Content-Type" content="text/html">
 </head>
 
@@ -12,7 +12,7 @@
 alt="Gnome Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png"
 alt="W3C Logo"></a></p>
 
-<h1 align="center">The XML library for Gnome</h1>
+<h1 align="center">The XML C library for Gnome</h1>
 
 <h2 style="text-align: center">libxml, a.k.a. gnome-xml</h2>
 
@@ -48,13 +48,14 @@
 <h2><a name="Introducti">Introduction</a></h2>
 
 <p>This document describes libxml, the <a
-href="http://www.w3.org/XML/">XML</a> library provided in the <a
-href="http://www.gnome.org/">Gnome</a> framework. XML is a standard for
-building tag-based structured documents/data.</p>
+href="http://www.w3.org/XML/">XML</a> C library developped for the <a
+href="http://www.gnome.org/">Gnome</a> project. <a
+href="http://www.w3.org/XML/">XML is a standard</a> for building tag-based
+structured documents/data.</p>
 
 <p>Here are some key points about libxml:</p>
 <ul>
-  <li>It is written in plain C, making as few assumptions as possible and
+  <li>It is written in plain C, making as few assumptions as possible, and
     sticking closely to ANSI C for easy embedding.</li>
   <li>The internal document repesentation is as close as possible to the <a
     href="http://www.w3.org/DOM/">DOM</a> interfaces.</li>
@@ -195,7 +196,7 @@
 <h2>2.2.2: August 12 2000</h2>
 <ul>
   <li>mostly bug fixes</li>
-  <li>started adding routines to access xml parser context options </li>
+  <li>started adding routines to access xml parser context options</li>
 </ul>
 
 <h2>2.2.1: July 21 2000</h2>
@@ -1253,6 +1254,6 @@
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.45 2000/08/12 23:38:57 veillard Exp $</p>
+<p>$Id: xml.html,v 1.46 2000/08/19 16:40:28 veillard Exp $</p>
 </body>
 </html>