diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-01-06 13:11:20 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-01-06 13:11:20 +0000 |
commit | 7b4b2f9d8fc712c49beaf75985161a130c77d13a (patch) | |
tree | cff0de9c2e33920d0c0a38ecbf12d857d49a36cb /doc/example.html | |
parent | e0ed10cb0f7244f781f84ecf2b063d1a7deb2b63 (diff) | |
download | libxml2-7b4b2f9d8fc712c49beaf75985161a130c77d13a.tar.gz |
preparing 2.5.0 release only warn in pedantic mode about namespace nameLIBXML2_2_5_0
* configure.in NEWS: preparing 2.5.0 release
* SAX.c: only warn in pedantic mode about namespace name
brokeness
* globals.c: fix a doc generation problem
* uri.c: fix #101520
* doc/*: updated and rebuilt the doc for the release, includuding
stylesheet update
* python/Makefile.am: fix a filename bug
Daniel
Diffstat (limited to 'doc/example.html')
-rw-r--r-- | doc/example.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/example.html b/doc/example.html index 2f5ab292..a9c45db0 100644 --- a/doc/example.html +++ b/doc/example.html @@ -55,7 +55,9 @@ A:link, A:visited, A:active { text-decoration: underline } <li><a href="DOM.html">DOM Principles</a></li> <li><a href="example.html">A real example</a></li> <li><a href="contribs.html">Contributions</a></li> +<li><a href="xmlreader.html">The Reader Interface</a></li> <li><a href="tutorial/index.html">Tutorial</a></li> +<li><a href="guidelines.html">XML Guidelines</a></li> <li> <a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a> </li> |