Applied a spelling patch from Geert Kloosterman to xml.html, and regenerated
the web site, Daniel
diff --git a/doc/namespaces.html b/doc/namespaces.html
index 744612f..33e6c34 100644
--- a/doc/namespaces.html
+++ b/doc/namespaces.html
@@ -87,7 +87,7 @@
 </td></tr></table></td>
 <td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd">
 <p>The libxml library implements <a href="http://www.w3.org/TR/REC-xml-names/">XML namespaces</a> support by
-recognizing namespace contructs in the input, and does namespace lookup
+recognizing namespace constructs in the input, and does namespace lookup
 automatically when building the DOM tree. A namespace declaration is
 associated with an in-memory structure and all elements or attributes within
 that namespace point to it. Hence testing the namespace is a simple and fast
@@ -104,7 +104,7 @@
 &lt;/mydoc&gt;</pre>
 <p>The namespace value has to be an absolute URL, but the URL doesn't have to
 point to any existing resource on the Web. It will bind all the element and
-atributes with that URL. I suggest to use an URL within a domain you control,
+attributes with that URL. I suggest to use an URL within a domain you control,
 and that the URL should contain some kind of version information if possible.
 For example, <code>&quot;http://www.gnome.org/gnumeric/1.0/&quot;</code> is a good
 namespace scheme.</p>