Added a link to lxml from the bindings pages, Daniel
diff --git a/doc/python.html b/doc/python.html
index 889d33d..64a5606 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -55,7 +55,10 @@
     load/save/edit XML instances.</li>
 </ul><p>The distribution includes a set of Python bindings, which are guaranteed
 to be maintained as part of the library in the future, though the Python
-interface have not yet reached the completeness of the C API.</p><p><a href="mailto:stephane.bidoul@softwareag.com">Stéphane Bidoul</a>
+interface have not yet reached the completeness of the C API.</p><p>Note that some of the Python purist dislike the default set of Python
+bindings, rather than complaining I suggest they have a look at 
+<a href="http://codespeak.net/lxml/">lxml</a> and help Martijn Faassen
+complete those more pythonic bindings for libxml2 and libxslt.</p><p><a href="mailto:stephane.bidoul@softwareag.com">Stéphane Bidoul</a>
 maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
 of the Python bindings</a>.</p><p>Note to people interested in building bindings, the API is formalized as
 <a href="libxml2-api.xml">an XML API description file</a> which allows to
diff --git a/doc/xml.html b/doc/xml.html
index cd8aebb..d95c27b 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -2378,6 +2378,11 @@
 to be maintained as part of the library in the future, though the Python
 interface have not yet reached the completeness of the C API.</p>
 
+<p>Note that some of the Python purist dislike the default set of Python
+bindings, rather than complaining I suggest they have a look at 
+<a href="http://codespeak.net/lxml/">lxml</a> and help Martijn Faassen
+complete those more pythonic bindings for libxml2 and libxslt.</p>
+
 <p><a href="mailto:stephane.bidoul@softwareag.com">Stéphane Bidoul</a>
 maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
 of the Python bindings</a>.</p>