>Introductory article</a> on using Expat on
<a href="http://www.xml.com/">xml.com</a></li>
<li>
+ Perl's <code>XML::Parser</code> module is a wrapper built around a
+ binding to Expat in the <code>XML::Parser::Expat</code> module.</li>
+ <li>
<a href="http://www.latenightsw.com/freeware/XMLTools2/">XML Tools
2</a> is an AppleScript scripting addition that allows AppleScript
applications to work with XML data; it is based on Expat.</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>
+ standard documentation for Python.</li>
<li>
<em><a href="http://www.codeproject.com/soap/expatimpl.asp"
title="C++ Wrappers for the Expat XML Parser">C++ Wrappers