]> granicus.if.org Git - libexpat/commitdiff
- add a link-less entry for XML::Parser
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Tue, 20 Jan 2004 14:41:59 +0000 (14:41 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Tue, 20 Jan 2004 14:41:59 +0000 (14:41 +0000)
- fix punctuation

htdocs/index.html

index e80a3f7068eb35ad021f01254b9c8b695430cf15..8d14e43fca6aabd686ad7fae90d2df38a210a53c 100644 (file)
@@ -173,6 +173,9 @@ source interfaces to Expat from languages other than C.</p>
      >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 @@ source interfaces to Expat from languages other than C.</p>
   <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