Added pointers to xmlwrapp C++ bindings for libxslt, Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 3 Feb 2003 23:46:03 +0000 (23:46 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 3 Feb 2003 23:46:03 +0000 (23:46 +0000)
doc/FAQ.html
doc/python.html
doc/xslt.html

index e0ab966..364afcf 100644 (file)
@@ -97,6 +97,12 @@ A:link, A:visited, A:active { text-decoration: underline }
     <p>or use</p>
     <p>xsltproc --stringparam test alpha foo.xsl foo.xml</p>
   </li>
+  <li>
+<em>Is there C++ bindings ?</em>
+    <p>Yes for example <a href="http://pmade.org/pjones/software/xmlwrapp/http://pmade.org/pjones/software/xmlwrapp/">xmlwrapp</a>
+    , see <a href="python.html">the related pages about bindings</a>
+</p>
+  </li>
 </ol>
 <p><a href="bugs.html">Daniel Veillard</a></p>
 </td></tr></table></td></tr></table></td></tr></table></td>
index 2431f6b..ccd8d62 100644 (file)
@@ -105,6 +105,10 @@ or libxslt wrappers or bindings:</p>
   <li>Steve Ball and contributors maintains <a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
     Tcl</a>
 </li>
+  <li>
+<a href="mailto:mlists@pmade.org">Peter Jones</a> maintains C++
+    bindings for libxslt within <a href="http://pmade.org/pjones/software/xmlwrapp/">xmlwrapp</a>
+</li>
 </ul>
 <p>The libxslt Python module depends on the <a href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p>
 <p>The distribution includes a set of Python bindings, which are garanteed to
index 3e3c1dc..9932bea 100644 (file)
@@ -254,6 +254,11 @@ platform, get in touch with me to upload the package. I will keep them in the
     <p>or use</p>
     <p>xsltproc --stringparam test alpha foo.xsl foo.xml</p>
   </li>
+  <li><em>Is there C++ bindings ?</em>
+    <p>Yes for example <a
+    href="http://pmade.org/pjones/software/xmlwrapp/http://pmade.org/pjones/software/xmlwrapp/">xmlwrapp</a>
+    , see <a href="python.html">the related pages about bindings</a></p>
+  </li>
 </ol>
 
 <h2><a name="News">News</a></h2>
@@ -848,6 +853,9 @@ or libxslt wrappers or bindings:</p>
   <li>Steve Ball and contributors maintains <a
     href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
     Tcl</a></li>
+  <li><a href="mailto:mlists@pmade.org">Peter Jones</a> maintains C++
+    bindings for libxslt within <a
+    href="http://pmade.org/pjones/software/xmlwrapp/">xmlwrapp</a></li>
 </ul>
 
 <p>The libxslt Python module depends on the <a