"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>
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>
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@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/"><?PHPBuilder?></a>
+ <br />(broken into lots of tiny pieces)</li>
+</ul>
+
</td>
</tr>
</table>