aboutsummaryrefslogtreecommitdiffstats
path: root/doc/interface.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2014-10-16 15:40:16 +0800
committerDaniel Veillard <veillard@redhat.com>2014-10-16 15:40:16 +0800
commit726f67e2f140f8d936dfe993bf9ded3180d750d2 (patch)
tree640077cae01f4d47035b9c0f9a4bd0f2d12e7697 /doc/interface.html
parent2fcdb424090239336ec5aa8b06ed072cfb6cb817 (diff)
downloadandroid_external_libxml2-726f67e2f140f8d936dfe993bf9ded3180d750d2.tar.gz
android_external_libxml2-726f67e2f140f8d936dfe993bf9ded3180d750d2.tar.bz2
android_external_libxml2-726f67e2f140f8d936dfe993bf9ded3180d750d2.zip
Release of libxml2-2.9.2
Diffstat (limited to 'doc/interface.html')
-rw-r--r--doc/interface.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interface.html b/doc/interface.html
index 13cc9494..ce1caf3e 100644
--- a/doc/interface.html
+++ b/doc/interface.html
@@ -13,7 +13,7 @@ loaded using libxml), it's better to use the SAX interface of libxml. SAX is
a <strong>callback-based interface</strong> to the parser. Before parsing,
the application layer registers a customized set of callbacks which are
called by the library as it progresses through the XML input.</p><p>To get more detailed step-by-step guidance on using the SAX interface of
-libxml, see the <a href="http://www.daa.com.au/~james/gnome/xml-sax/xml-sax.html">nice
+libxml, see the <a href="http://www.jamesh.id.au/articles/libxml-sax/libxml-sax.html">nice
documentation</a>.written by <a href="mailto:james@daa.com.au">James
Henstridge</a>.</p><p>You can debug the SAX behaviour by using the <strong>testSAX</strong>
program located in the gnome-xml module (it's usually not shipped in the