1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Updated the binding page for the libxml++ bindings, Daniel

This commit is contained in:
Daniel Veillard
2002-11-20 14:28:17 +00:00
parent d076a20ea6
commit c14401e4d1
3 changed files with 10 additions and 11 deletions

View File

@ -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> or libxslt wrappers or bindings:</p>
<ul> <ul>
<li> <li>
<a href="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper <a href="http://libxmlplusplus.sourceforge.net/">Libxml++</a> seems the
for libxml:<br> most up-to-date C++ bindings for libxml2, check the <a href="http://libxmlplusplus.sourceforge.net/reference/html/hierarchy.html">documentation</a>
Website: <a href="http://lusis.org/~ari/xml%2B%2B/">http://lusis.org/~ari/xml++/</a><br> and the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/libxmlplusplus/libxml%2b%2b/examples/">examples</a>.</li>
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>
<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;

View File

@ -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 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="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper <li><a href="http://libxmlplusplus.sourceforge.net/">Libxml++</a> seems the
for libxml:<br> most up-to-date C++ bindings for libxml2, check the <a
Website: <a href="http://libxmlplusplus.sourceforge.net/reference/html/hierarchy.html">documentation</a>
href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br> and the <a
Download: <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/libxmlplusplus/libxml%2b%2b/examples/">examples</a>.</li>
href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</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;
@ -2723,6 +2722,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre> } </pre>

View File

@ -248,6 +248,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre> } </pre>