[Expat-checkins] htdocs index.html,1.47,1.48

Fred L. Drake fdrake at users.sourceforge.net
Tue Jan 20 09:42:02 EST 2004


Update of /cvsroot/expat/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv13438

Modified Files:
	index.html 
Log Message:
- add a link-less entry for XML::Parser
- fix punctuation


Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- index.html	16 Dec 2003 17:24:29 -0000	1.47
+++ index.html	20 Jan 2004 14:41:59 -0000	1.48
@@ -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





More information about the Expat-checkins mailing list