aboutsummaryrefslogtreecommitdiffstats
path: root/doc/docs.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-11-17 16:47:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-11-17 16:47:27 +0000
commitdad3f680e504b25b3bfd30a411adb55b4d0efe09 (patch)
treee9cdbfdccd61a757c0e95ef3bd811be64e8e3b17 /doc/docs.html
parent68e9e74af85ebbc30781787f247c361bc85adfa0 (diff)
downloadandroid_external_libxml2-dad3f680e504b25b3bfd30a411adb55b4d0efe09.tar.gz
android_external_libxml2-dad3f680e504b25b3bfd30a411adb55b4d0efe09.tar.bz2
android_external_libxml2-dad3f680e504b25b3bfd30a411adb55b4d0efe09.zip
preparing release 2.4.27 updated and rebuilt the docs try to make sure the
* configure.in: preparing release 2.4.27 * doc/* : updated and rebuilt the docs * doc/Makefile.am libxml.spec.in: try to make sure the tutorial and all the docs are actually packaged and in the final RPMs * parser.c parserInternals.c include/libxml/parser.h: restore xmllint --recover feature. Daniel
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/docs.html b/doc/docs.html
index fb4fd916..4661a6b0 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -106,7 +106,8 @@ A:link, A:visited, A:active { text-decoration: underline }
internationalization support</a>.</li>
<li>This page provides a global overview and <a href="example.html">some
examples</a> on how to use libxml.</li>
- <li>John Fleck's libxml tutorial: <a href="tutorial/index.html">html</a> or <a href="tutorial/xmltutorial.pdf">pdf</a>.</li>
+ <li>John Fleck's libxml tutorial: <a href="tutorial/index.html">html</a> or
+ <a href="tutorial/xmltutorial.pdf">pdf</a>.</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
documentation</a> explaining how to use the libxml SAX interface.</li>