From 00cffaf536be529ce5953e7c212e4d06859f0a97 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Thu, 20 Feb 2003 14:28:20 +0000
Subject: [PATCH] Added reference to libxslt/PHP, Daniel
---
doc/python.html | 4 ++++
doc/xslt.html | 2 ++
2 files changed, 6 insertions(+)
diff --git a/doc/python.html b/doc/python.html
index 4202fd04..41e8ac68 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -109,6 +109,10 @@ or libxslt wrappers or bindings:
Peter Jones maintains C++
bindings for libxslt within xmlwrapp
+
+
+Mike Phillips provides a module using
+ libxslt for PHP.
The libxslt Python module depends on the libxml2 Python module.
diff --git a/doc/xslt.html b/doc/xslt.html
index 65fbd7ac..54931894 100644
--- a/doc/xslt.html
+++ b/doc/xslt.html
@@ -871,6 +871,8 @@ or libxslt wrappers or bindings:
Peter Jones maintains C++
bindings for libxslt within xmlwrapp
+ Mike Phillips provides a module using
+ libxslt for PHP.
The libxslt Python module depends on the