diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-12-30 21:30:23 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-12-30 21:30:23 +0000 |
commit | b78757b30ea160878ec889a32ffde06f25127b89 (patch) | |
tree | 514e9beef649883ea5ec4ac7db2156c6923fa469 | |
parent | 1cb689ba2a1bc585f3494674886a9fcd4b297b0d (diff) | |
download | android_external_libxml2-b78757b30ea160878ec889a32ffde06f25127b89.tar.gz android_external_libxml2-b78757b30ea160878ec889a32ffde06f25127b89.tar.bz2 android_external_libxml2-b78757b30ea160878ec889a32ffde06f25127b89.zip |
Added link for XMLLib osax, Daniel
-rw-r--r-- | doc/python.html | 7 | ||||
-rw-r--r-- | doc/xml.html | 6 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/python.html b/doc/python.html index 5a1ddc3e..596083db 100644 --- a/doc/python.html +++ b/doc/python.html @@ -44,7 +44,12 @@ or libxslt wrappers or bindings:</p><ul><li><a href="http://libxmlplusplus.sourc libxslt as part of GNU ClasspathX project.</li> <li>Patrick McPhee provides Rexx bindings fof libxml2 and libxslt, look for <a href="http://www.interlog.com/~ptjm/software.html">RexxXML</a>.</li> -</ul><p>The distribution includes a set of Python bindings, which are guaranteed + <li><a href="http://www.satimage.fr/software/en/xml_suite.html">Satimage</a> + provides <a href="http://www.satimage.fr/software/en/downloads_osaxen.html">XMLLib + osax</a>. This is an osax for Mac OS X with a set of commands to + implement in AppleScript the XML DOM, XPATH and XSLT. Also includes + commands for Property-lists (Apple's fast lookup table XML format.) +</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> maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port diff --git a/doc/xml.html b/doc/xml.html index 94c0ee91..17562936 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -2252,6 +2252,12 @@ or libxslt wrappers or bindings:</p> libxslt as part of GNU ClasspathX project.</li> <li>Patrick McPhee provides Rexx bindings fof libxml2 and libxslt, look for <a href="http://www.interlog.com/~ptjm/software.html">RexxXML</a>.</li> + <li><a href="http://www.satimage.fr/software/en/xml_suite.html">Satimage</a> + provides <a + href="http://www.satimage.fr/software/en/downloads_osaxen.html">XMLLib + osax</a>. This is an osax for Mac OS X with a set of commands to + implement in AppleScript the XML DOM, XPATH and XSLT. Also includes + commands for Property-lists (Apple's fast lookup table XML format.) </ul> <p>The distribution includes a set of Python bindings, which are guaranteed |