diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-12-16 16:05:58 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-12-16 16:05:58 +0000 |
commit | 27907c70cf5beaae9694de30a09cf8ecb2dae5d6 (patch) | |
tree | 90cfac7ca6d30e79018f1c2189990dd184dce3ae /doc/python.html | |
parent | 7c67a8352763e3520c633eedd5d92188d125623a (diff) | |
download | libxml2-27907c70cf5beaae9694de30a09cf8ecb2dae5d6.tar.gz |
Added llink to Python bindings for Windows, Daniel
Diffstat (limited to 'doc/python.html')
-rw-r--r-- | doc/python.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/python.html b/doc/python.html index 91077df3..83bfde23 100644 --- a/doc/python.html +++ b/doc/python.html @@ -133,6 +133,12 @@ or libxslt wrappers or bindings:</p> <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 maturity of the C API.</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 automate a large part of the Python bindings, this includes function |