From 91566e2eb87ccca3b3f1f18ffb8ab8c60114aa9c Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Mon, 3 Feb 2003 23:46:03 +0000
Subject: [PATCH] Added pointers to xmlwrapp C++ bindings for libxslt, Daniel
---
doc/FAQ.html | 6 ++++++
doc/python.html | 4 ++++
doc/xslt.html | 8 ++++++++
3 files changed, 18 insertions(+)
diff --git a/doc/FAQ.html b/doc/FAQ.html
index e0ab966b..364afcf2 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -97,6 +97,12 @@ A:link, A:visited, A:active { text-decoration: underline }
or use
xsltproc --stringparam test alpha foo.xsl foo.xml
+
+Is there C++ bindings ?
+ Yes for example xmlwrapp
+ , see the related pages about bindings
+
+
Daniel Veillard
diff --git a/doc/python.html b/doc/python.html
index 2431f6b7..ccd8d624 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -104,6 +104,10 @@ or libxslt wrappers or bindings:
maintained by Tobias Peters.
Steve Ball and contributors maintains libxml2 and libxslt bindings for
Tcl
+
+
+Peter Jones maintains C++
+ bindings for libxslt within xmlwrapp
The libxslt Python module depends on the libxml2 Python module.
diff --git a/doc/xslt.html b/doc/xslt.html
index 3e3c1dc5..9932beaa 100644
--- a/doc/xslt.html
+++ b/doc/xslt.html
@@ -254,6 +254,11 @@ platform, get in touch with me to upload the package. I will keep them in the
or use
xsltproc --stringparam test alpha foo.xsl foo.xml
+ Is there C++ bindings ?
+ Yes for example xmlwrapp
+ , see the related pages about bindings
+
@@ -848,6 +853,9 @@ or libxslt wrappers or bindings:
Steve Ball and contributors maintains libxml2 and libxslt bindings for
Tcl
+ Peter Jones maintains C++
+ bindings for libxslt within xmlwrapp
The libxslt Python module depends on the