At least make this well-formed XHTML.

This commit is contained in:
Fred L. Drake, Jr. 2002-08-29 18:00:51 +00:00
parent 8b72d99dbf
commit 1511fbf505

View File

@ -51,6 +51,7 @@ of Expat.</p>
<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 @@ of Expat.</p>
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&amp;aid=566334&amp;group_id=10127&amp;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 @@ of Expat.</p>
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 @@ source interfaces to Expat from languages other than C.</p>
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 @@ source interfaces to Expat from languages other than C.</p>
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