]> granicus.if.org Git - libexpat/commitdiff
Add a list of references to other Expat resources.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 11 Jan 2002 15:42:12 +0000 (15:42 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 11 Jan 2002 15:42:12 +0000 (15:42 +0000)
It is short, but it includes a plea for additional links.

htdocs/index.html

index a3be6b131bf0b8bad21fb922b5ac003db24b833b..65c008b67cfb6794456fd3d97d6a4d4b529b705e 100644 (file)
@@ -3,7 +3,7 @@
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <title>Expat - XML Parser</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 </head>
@@ -25,7 +25,7 @@
 in which an application registers handlers for things the parser might find
 in the XML document (like start tags). An
 <a href="http://www.xml.com/pub/1999/09/expat/index.html"
->introductory article</a> on using expat is available on
+>introductory article</a> on using Expat is available on
 <a href="http://www.xml.com/">xml.com</a>.</p>
 
 <ul>
@@ -50,6 +50,35 @@ users while improving the API to allow more reliable and robust access
 from "scripting" languages such as Python and Perl.  We invite the
 community to participate on the mailing lists to help shape the future
 of Expat.</p>
+
+<h3>References</h3>
+
+<p>If you know of any additional articles or resources which should be
+linked to from this page, please send email to <a
+href="mailto:fdrake@acm.org">Fred Drake (fdrake&#64;acm.org)</a>.
+We're especially interested in links to tutorial information and open
+source interfaces to Expat from languages other than C.</p>
+
+<ul>
+  <li>
+  <a href="http://www.jclark.com/xml/expat.html"
+     >James Clark's original Expat page</a>, for Expat 1.2 and
+  earlier</li>
+  <li>
+  <a href="http://www.xml.com/pub/1999/09/expat/index.html"
+     >Introductory article</a> on using Expat on
+  <a href="http://www.xml.com/">xml.com</a></li>
+  <li>
+  <a href="http://www.python.org/doc/current/lib/module-xml.parsers.expat.html"
+     >Documentation for the Python interface to Expat</a>, part of the
+  standard documentation for Python</li>
+  <li>
+  <a href="http://www.phpbuilder.com/columns/justin20000428.php3"
+     >Article on using Expat from PHP</a> on
+  <a href="http://www.phpbuilder.com/">&lt;?PHPBuilder?&gt;</a>
+  <br />(broken into lots of tiny pieces)</li>
+</ul>
+
     </td>
     </tr>
     </table>