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 @@
MacOsX binaries
lxml Python bindings
Perl bindings
- C++ bindings
+ C++ bindings
PHP bindings
Pascal bindings
Ruby bindings
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->children->children;
@@ -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:
- - Libxml++ seems the
+
- Libxml++ seems the
most up-to-date C++ bindings for libxml2, check the documentation
+ href="https://developer-old.gnome.org/libxml++/">documentation
and the examples.
+ href="https://github.com/libxmlplusplus/libxmlplusplus/tree/master/examples">examples.
- There is another C++ wrapper
based on the gdome2 bindings maintained by Tobias Peters.
- and a third C++ wrapper by Peter Jones <pjones@pmade.org>