aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2013-03-23 10:31:26 +0800
committerDaniel Veillard <veillard@redhat.com>2013-03-23 10:31:26 +0800
commitf7aeda24f619daf806a3cfd708c28cc662e45fe7 (patch)
treed566ae119a001290c95806171de1b965944781c0 /doc
parent1f6c42cffd8db69fd0243b2baa74104d66a3b05e (diff)
downloadandroid_external_libxml2-f7aeda24f619daf806a3cfd708c28cc662e45fe7.tar.gz
android_external_libxml2-f7aeda24f619daf806a3cfd708c28cc662e45fe7.tar.bz2
android_external_libxml2-f7aeda24f619daf806a3cfd708c28cc662e45fe7.zip
Fix the URL of the SAX docuemntation from James
as it has moved
Diffstat (limited to 'doc')
-rw-r--r--doc/xml.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xml.html b/doc/xml.html
index d2cc00d9..d6abd503 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -508,7 +508,7 @@ xmlDtdPtr dtd = xmlParseDTD(NULL, filename_of_dtd); /* parse the DTD */
<li>If you need to parse large files, check the <a
href="xmlreader.html">xmlReader</a> API tutorial</li>
<li><a href="mailto:james@daa.com.au">James Henstridge</a> wrote <a
- href="http://www.daa.com.au/~james/gnome/xml-sax/xml-sax.html">some nice
+ href="http://www.jamesh.id.au/articles/libxml-sax/libxml-sax.html">some nice
documentation</a> explaining how to use the libxml SAX interface.</li>
<li>George Lebl wrote <a
href="http://www-106.ibm.com/developerworks/library/l-gnome3/">an article