diff --git a/doc/python.html b/doc/python.html index 889d33d1..64a56061 100644 --- a/doc/python.html +++ b/doc/python.html @@ -55,7 +55,10 @@ or libxslt wrappers or bindings:
Note that some of the Python purist dislike the default set of Python +bindings, rather than complaining I suggest they have a look at +lxml and help Martijn Faassen +complete those more pythonic bindings for libxml2 and libxslt.
Stéphane Bidoul maintains a Windows port of the Python bindings.
Note to people interested in building bindings, the API is formalized as an XML API description file which allows to diff --git a/doc/xml.html b/doc/xml.html index cd8aebb7..d95c27b0 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -2378,6 +2378,11 @@ or libxslt wrappers or bindings:
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. +Note that some of the Python purist dislike the default set of Python +bindings, rather than complaining I suggest they have a look at +lxml and help Martijn Faassen +complete those more pythonic bindings for libxml2 and libxslt.
+Stéphane Bidoul maintains a Windows port of the Python bindings.