[libxml2] Update URL for libxml++ C++ binding



commit 66fb340a0d2f19fa94ceed3d66325d9882d7ae84
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Thu Oct 14 15:01:24 2021 +0200

    Update URL for libxml++ C++ binding
    
    Fixes #267

 doc/site.xsl |  2 +-
 doc/xml.html | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/doc/site.xsl b/doc/site.xsl
index 353655ec..ce794fc4 100644
--- a/doc/site.xsl
+++ b/doc/site.xsl
@@ -401,7 +401,7 @@
       <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://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://sourceforge.net/projects/libxml2-pas/";>Pascal bindings</a></li>
       <li><a href="http://libxml.rubyforge.org/";>Ruby bindings</a></li>
diff --git a/doc/xml.html b/doc/xml.html
index eab6e2a2..1bb1d029 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -453,9 +453,9 @@ pnode=pxmlDoc-&gt;children-&gt;children;</pre>
     <ul>
       <li>by Ari Johnson &lt;ari btigate com&gt;:
         <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
-        
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>
     </ul>
   </li>
@@ -4401,11 +4401,11 @@ href="http://mail.gnome.org/mailman/listinfo/xml-bindings";>xml-bindings gnome or
 order to get updates to this list or to discuss the specific topic of libxml2
 or libxslt wrappers or bindings:</p>
 <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
-    href="http://libxmlplusplus.sourceforge.net/reference/html/hierarchy.html";>documentation</a>
+    href="https://developer-old.gnome.org/libxml++/";>documentation</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
     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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]