Skip to content
Snippets Groups Projects
Commit 9aeb5555cd4f authored by Kjell Ahlstedt's avatar Kjell Ahlstedt
Browse files

Update URL for libxml++ C++ binding

Fixes #267
parent a4c653beb408
No related branches found
No related tags found
No related merge requests found
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
<li><a href="http://www.explain.com.au/oss/libxml2xslt.html">MacOsX binaries</a></li> <li><a href="http://www.explain.com.au/oss/libxml2xslt.html">MacOsX binaries</a></li>
<li><a href="http://lxml.de/">lxml Python bindings</a></li> <li><a href="http://lxml.de/">lxml Python bindings</a></li>
<li><a href="http://cpan.uwinnipeg.ca/dist/XML-LibXML">Perl bindings</a></li> <li><a href="http://cpan.uwinnipeg.ca/dist/XML-LibXML">Perl bindings</a></li>
<li><a href="http://libxmlplusplus.sourceforge.net/">C++ bindings</a></li> <li><a href="https://libxmlplusplus.github.io/libxmlplusplus/">C++ bindings</a></li>
<li><a href="http://www.zend.com/php5/articles/php5-xmlphp.php#Heading4">PHP bindings</a></li> <li><a href="http://www.zend.com/php5/articles/php5-xmlphp.php#Heading4">PHP bindings</a></li>
<li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li> <li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li>
<li><a href="http://libxml.rubyforge.org/">Ruby bindings</a></li> <li><a href="http://libxml.rubyforge.org/">Ruby bindings</a></li>
......
...@@ -453,5 +453,5 @@ ...@@ -453,5 +453,5 @@
<ul> <ul>
<li>by Ari Johnson &lt;ari@btigate.com&gt;: <li>by Ari Johnson &lt;ari@btigate.com&gt;:
<p>Website: <a <p>Website: <a
href="http://libxmlplusplus.sourceforge.net/">http://libxmlplusplus.sourceforge.net/</a></p> href="https://libxmlplusplus.github.io/libxmlplusplus/">https://libxmlplusplus.github.io/libxmlplusplus/</a></p>
<p>Download: <a <p>Download: <a
...@@ -457,5 +457,5 @@ ...@@ -457,5 +457,5 @@
<p>Download: <a <p>Download: <a
href="http://sourceforge.net/project/showfiles.php?group_id=12999">http://sourceforge.net/project/showfiles.php?group_id=12999</a></p> href="https://download.gnome.org/sources/libxml++/">https://download.gnome.org/sources/libxml++/</a></p>
</li> </li>
</ul> </ul>
</li> </li>
...@@ -4401,5 +4401,5 @@ ...@@ -4401,5 +4401,5 @@
order to get updates to this list or to discuss the specific topic of libxml2 order to get updates to this list or to discuss the specific topic of libxml2
or libxslt wrappers or bindings:</p> or libxslt wrappers or bindings:</p>
<ul> <ul>
<li><a href="http://libxmlplusplus.sourceforge.net/">Libxml++</a> seems the <li><a href="https://libxmlplusplus.github.io/libxmlplusplus/">Libxml++</a> seems the
most up-to-date C++ bindings for libxml2, check the <a most up-to-date C++ bindings for libxml2, check the <a
...@@ -4405,3 +4405,3 @@ ...@@ -4405,3 +4405,3 @@
most up-to-date C++ bindings for libxml2, check the <a most up-to-date C++ bindings for libxml2, check the <a
href="http://libxmlplusplus.sourceforge.net/reference/html/hierarchy.html">documentation</a> href="https://developer-old.gnome.org/libxml++/">documentation</a>
and the <a and the <a
...@@ -4407,5 +4407,5 @@ ...@@ -4407,5 +4407,5 @@
and the <a and the <a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/libxmlplusplus/libxml%2b%2b/examples/">examples</a>.</li> href="https://github.com/libxmlplusplus/libxmlplusplus/tree/master/examples">examples</a>.</li>
<li>There is another <a href="http://libgdome-cpp.berlios.de/">C++ wrapper <li>There is another <a href="http://libgdome-cpp.berlios.de/">C++ wrapper
based on the gdome2 bindings</a> maintained by Tobias Peters.</li> based on the gdome2 bindings</a> maintained by Tobias Peters.</li>
<li>and a third C++ wrapper by Peter Jones &lt;pjones@pmade.org&gt; <li>and a third C++ wrapper by Peter Jones &lt;pjones@pmade.org&gt;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment