[Expat-checkins] htdocs index.html,1.26,1.27
Fred L. Drake
fdrake@users.sourceforge.net
Thu, 29 Aug 2002 11:00:53 -0700
Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv5027
Modified Files:
index.html
Log Message:
At least make this well-formed XHTML.
Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- index.html 26 Aug 2002 15:08:48 -0000 1.26
+++ index.html 29 Aug 2002 18:00:51 -0000 1.27
@@ -51,6 +51,7 @@
<dl>
<dt><em>12 July 2002</em><br />
<strong>Expat 1.95.4 released.</strong><br />
+ </dt>
<dd>
<ul>
<li> Added support for VMS, contributed by Craig Berry. See
@@ -70,12 +71,14 @@
see SF bug report 570263 and SF patch 578161. </li>
</ul>
Expat 1.95.3 is being withdrawn due to <a href=
- "http://sourceforge.net/tracker/index.php?func=detail&aid=566334&group_id=10127&atid=110127"
+ "http://sourceforge.net/tracker/index.php?func=detail&aid=566334&group_id=10127&atid=110127"
>bug #566334</a>. If you are currently using Expat 1.95.3, please
update to 1.95.4.
<p />
+ </dd>
<dt><em>3 June 2002</em><br />
<strong>Expat 1.95.3 released.</strong><br />
+ </dt>
<dd>
<ul>
<li> Changed the name of the Windows DLLs from expat.dll to
@@ -101,6 +104,7 @@
547350. Other bugs which we can't test as easily may also
have been fixed, especially in the area of build support. </li>
</ul>
+ </dd>
</dl>
<h3>References</h3>
@@ -129,23 +133,23 @@
title="C++ Wrappers for the Expat XML Parser">C++ Wrappers
for the Expat XML Parser</a></em>, an article by Tim Smith
providing object-oriented wrappers for Expat. The wrappers use
- some MFC-biased naming, but look interesting.
+ some MFC-biased naming, but look interesting.</li>
<li>
<a href="http://www.jezuk.co.uk/cgi-bin/view/SAX" title="SAX in C++"
>SAX in C++</a> -- a SAX interface for C++ programmers, with
- implementations based on several parsers, including Expat.
+ implementations based on several parsers, including Expat.</li>
<li>
<a href="http://www.oofile.com.au/files/xml/"
- >C++ interface to Expat</a> (old; not updated since Expat 1.2)
+ >C++ interface to Expat</a> (old; not updated since Expat 1.2)</li>
<li>
<a href="http://easysoap.sourceforge.net/">EasySoap</a> is a C++
- SOAP implementation which uses Expat.
+ SOAP implementation which uses Expat.</li>
<li>
The <a href="http://sourceforge.net/projects/gobo-eiffel/">GOBO
project</a> is working on an Eiffel binding for Expat. Development
appears to have slowed, and there isn't any status information about
the Expat bindings on the website. (I had to dig around the CVS to
- find any hint of the XML support.)
+ find any hint of the XML support.)</li>
<li>
The <a href="http://tclxml.sourceforge.net/"
>TclXML project</a> includes a <a href="http://tcl.activestate.com/"
@@ -157,10 +161,10 @@
Expat</li>
<li>
<a href="http://expatobjc.sourceforge.net/"
- >Objective-C interface to Expat</a>
+ >Objective-C interface to Expat</a></li>
<li>
<a href="http://www.yoshidam.net/Ruby.html#xmlparser"
- >Ruby interface to Expat</a>
+ >Ruby interface to Expat</a></li>
<li>
<a href="http://www.phpbuilder.com/columns/justin20000428.php3"
>Article on using Expat from PHP</a> on