1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

adding pdf of tutorial, changing web page to link to it

Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>

	adding pdf of tutorial, changing web page to link to it
	* doc/tutorial/xmltutorial.pdf
	* doc/xml.html
	* doc/docs.html
This commit is contained in:
MST 2002 John Fleck
2002-11-12 03:49:05 +00:00
committed by John Fleck
parent 52717f344b
commit f854d99fbd
4 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
adding pdf of tutorial, changing web page to link to it
* doc/tutorial/xmltutorial.pdf
* doc/xml.html
* doc/docs.html
Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
* doc/tutorial/ar01s08.html

View File

@ -106,7 +106,7 @@ 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 <a href="tutorial/index.html">libxml tutorial</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>

Binary file not shown.

View File

@ -434,7 +434,7 @@ xmlDtdPtr dtd = xmlParseDTD(NULL, filename_of_dtd); /* parse the DTD */
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 <a href="tutorial/index.html">libxml tutorial</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>