- add a link-less entry for XML::Parser
- fix punctuation
diff --git a/htdocs/index.html b/htdocs/index.html
index e80a3f7..8d14e43 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -173,6 +173,9 @@
      >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>
@@ -188,7 +191,7 @@
   <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