Skip to content
Snippets Groups Projects
Commit d214e34a270c authored by Daniel Veillard's avatar Daniel Veillard
Browse files

Added pointers to xmlwrapp C++ bindings for libxslt, Daniel

parent 471ff6c08105
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,12 @@ ...@@ -97,6 +97,12 @@
<p>or use</p> <p>or use</p>
<p>xsltproc --stringparam test alpha foo.xsl foo.xml</p> <p>xsltproc --stringparam test alpha foo.xsl foo.xml</p>
</li> </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> </ol>
<p><a href="bugs.html">Daniel Veillard</a></p> <p><a href="bugs.html">Daniel Veillard</a></p>
</td></tr></table></td></tr></table></td></tr></table></td> </td></tr></table></td></tr></table></td></tr></table></td>
......
...@@ -105,6 +105,10 @@ ...@@ -105,6 +105,10 @@
<li>Steve Ball and contributors maintains <a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for <li>Steve Ball and contributors maintains <a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
Tcl</a> Tcl</a>
</li> </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> </ul>
<p>The libxslt Python module depends on the <a href="http://xmlsoft.org/python.html">libxml2 Python</a> module.</p> <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 <p>The distribution includes a set of Python bindings, which are garanteed to
......
...@@ -254,6 +254,11 @@ ...@@ -254,6 +254,11 @@
<p>or use</p> <p>or use</p>
<p>xsltproc --stringparam test alpha foo.xsl foo.xml</p> <p>xsltproc --stringparam test alpha foo.xsl foo.xml</p>
</li> </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> </ol>
<h2><a name="News">News</a></h2> <h2><a name="News">News</a></h2>
...@@ -848,6 +853,9 @@ ...@@ -848,6 +853,9 @@
<li>Steve Ball and contributors maintains <a <li>Steve Ball and contributors maintains <a
href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
Tcl</a></li> 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> </ul>
<p>The libxslt Python module depends on the <a <p>The libxslt Python module depends on the <a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment