diff --git a/doc/python.html b/doc/python.html index 30081063..bc76f345 100644 --- a/doc/python.html +++ b/doc/python.html @@ -34,6 +34,10 @@ or libxslt wrappers or bindings:

The libxslt Python module depends on the libxml2 Python module.

The distribution includes a set of Python bindings, which are garanteed 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.

Stéphane Bidoul diff --git a/doc/xslt.html b/doc/xslt.html index 4ace0dac..6a5385b5 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -1161,6 +1161,11 @@ or libxslt wrappers or bindings:

libxslt as part of GNU ClasspathX project.
  • Patrick McPhee provides Rexx bindings fof libxml2 and libxslt, look for RexxXML.
  • +
  • Satimage + provides XMLLib + osax. This is an osax for Mac OS X with a set of commands to + implement in AppleScript the XML DOM, XPATH and XSLT.
  • The libxslt Python module depends on the