From 87c1e30beef493a380a7d4a880598729604bff9b Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Fri, 31 Oct 2003 22:58:33 +0000
Subject: [PATCH] Added pointers to Rexx bindings, Daniel
---
doc/python.html | 4 +++-
doc/xslt.html | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/python.html b/doc/python.html
index 540194e0..74e69d31 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -31,7 +31,9 @@ or libxslt wrappers or bindings:
- LibxmlJ is
an effort to create a 100% JAXP-compatible Java wrapper for libxml2 and
libxslt as part of GNU ClasspathX project.
-
The libxslt Python module depends on the libxml2 Python module.
The distribution includes a set of Python bindings, which are garanteed to
+
Patrick McPhee provides Rexx bindings fof libxml2 and libxslt,
+ look for RexxXML.
+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
maintains a Windows port
diff --git a/doc/xslt.html b/doc/xslt.html
index 6f2760b3..00bac5da 100644
--- a/doc/xslt.html
+++ b/doc/xslt.html
@@ -986,6 +986,8 @@ or libxslt wrappers or bindings:
LibxmlJ is
an effort to create a 100% JAXP-compatible Java wrapper for libxml2 and
libxslt as part of GNU ClasspathX project.
+ Patrick McPhee provides Rexx bindings fof libxml2 and libxslt,
+ look for RexxXML.
The libxslt Python module depends on the