aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-11-20 14:28:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-11-20 14:28:17 +0000
commitc14401e4d10e588af893724b051c347b598bd2a1 (patch)
tree99e71b4cd4cfc739c63b820fc686bf3a8182f057
parentd076a20ea6254753201004ec444ac38728197a2d (diff)
downloadandroid_external_libxml2-c14401e4d10e588af893724b051c347b598bd2a1.tar.gz
android_external_libxml2-c14401e4d10e588af893724b051c347b598bd2a1.tar.bz2
android_external_libxml2-c14401e4d10e588af893724b051c347b598bd2a1.zip
Updated the binding page for the libxml++ bindings, Daniel
-rw-r--r--doc/python.html8
-rw-r--r--doc/xml.html12
-rw-r--r--doc/xmlio.html1
3 files changed, 10 insertions, 11 deletions
diff --git a/doc/python.html b/doc/python.html
index c5a4dbdc..0ebbed26 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -100,11 +100,9 @@ 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="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper
- for libxml:<br>
- Website: <a href="http://lusis.org/~ari/xml%2B%2B/">http://lusis.org/~ari/xml++/</a><br>
- Download: <a href="http://lusis.org/~ari/xml%2B%2B/libxml%2B%2B.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
-</li>
+<a href="http://libxmlplusplus.sourceforge.net/">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>
+ and the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/libxmlplusplus/libxml%2b%2b/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;
diff --git a/doc/xml.html b/doc/xml.html
index 44a022fd..80b692cd 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1485,12 +1485,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="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper
- for libxml:<br>
- Website: <a
- href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
- Download: <a
- href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a></li>
+ <li><a href="http://libxmlplusplus.sourceforge.net/">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>
+ and the <a
+ href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/libxmlplusplus/libxml%2b%2b/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;
@@ -2725,6 +2724,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
} </pre>
</li>
<li>And then use it to save the document:
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 64faab03..181424ac 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -250,6 +250,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
} </pre>
</li>
<li>And then use it to save the document: