diff --git a/ChangeLog b/ChangeLog index a0b53a6d..c014f32b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Nov 11 20:47:03 MST 2002 John Fleck + + 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 * doc/tutorial/ar01s08.html diff --git a/doc/docs.html b/doc/docs.html index b89eeb86..fb4fd916 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -106,7 +106,7 @@ A:link, A:visited, A:active { text-decoration: underline } internationalization support.
  • This page provides a global overview and some examples on how to use libxml.
  • -
  • John Fleck's libxml tutorial.
  • +
  • John Fleck's libxml tutorial: html or pdf.
  • James Henstridge wrote some nice documentation explaining how to use the libxml SAX interface.
  • diff --git a/doc/tutorial/xmltutorial.pdf b/doc/tutorial/xmltutorial.pdf new file mode 100644 index 00000000..31c293af Binary files /dev/null and b/doc/tutorial/xmltutorial.pdf differ diff --git a/doc/xml.html b/doc/xml.html index e51f418a..93f1c35a 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -434,7 +434,7 @@ xmlDtdPtr dtd = xmlParseDTD(NULL, filename_of_dtd); /* parse the DTD */ internationalization support.
  • This page provides a global overview and some examples on how to use libxml.
  • -
  • John Fleck's libxml tutorial.
  • +
  • John Fleck's libxml tutorial: html or pdf.
  • James Henstridge wrote some nice documentation explaining how to use the libxml SAX interface.