Added a link to bug reports page, added Revision comment, and fixed XML errors.

This commit is contained in:
Clark Cooper 2000-09-12 17:06:46 +00:00
parent b1e4e0798c
commit 7f167d9b05

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"> ?>
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- $Revision$ -->
<title>Expat - XML Parser</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
@ -29,12 +30,13 @@ on using expat is available on
repository</a> (<a
href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/expat/?cvsroot=expat"
>browse online</a>)</li>
<li><a href="http://sourceforge.net/bugs/?group_id=10127">Bug reports</a></li>
</ul>
<p>This project aims to maintain Expat for both current and future
users while improving the API to allow more reliable and robust access
from "scripting" languages such as Python and Perl. We invite the
community to participate on the mailing lists to help shape the future
of Expat.
of Expat.</p>
</body>
</html>