From b4700a9c5d5c7d3a1254b997f0fb9932482d2b0e Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Thu, 30 Dec 2004 21:31:16 +0000
Subject: [PATCH] Adding XMLLib osax description, Daniel
---
doc/python.html | 4 ++++
doc/xslt.html | 5 +++++
2 files changed, 9 insertions(+)
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:
- 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 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