Libxml2 is not just "for Gnome", this is still confusing people, Daniel
diff --git a/doc/xml.html b/doc/xml.html
index ae0db6f..5c3cc22 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -2,13 +2,13 @@
     "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-  <title>The XML C parser and toolkit for Gnome</title>
+  <title>The XML C parser and toolkit of Gnome</title>
   <meta name="GENERATOR" content="amaya 5.1">
   <meta http-equiv="Content-Type" content="text/html">
 </head>
 
 <body bgcolor="#ffffff">
-<h1 align="center">The XML C parser and toolkit for Gnome</h1>
+<h1 align="center">The XML C parser and toolkit of Gnome</h1>
 
 <h1>Note: this is the flat content of the <a href="index.html">web
 site</a></h1>
@@ -17,7 +17,8 @@
 
 <p></p>
 
-<p>Libxml2 is the XML C parser and toolkit developed for the Gnome project.
+<p>Libxml2 is the XML C parser and toolkit developed for the Gnome project
+(but usable outside of the Gnome platform).
 XML itself is a metalanguage to design markup languages, i.e. text language
 where semantic and structure are added to the content using extra "markup"
 information enclosed between angle brackets. HTML is the most well-known