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

    +
  • News

    @@ -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