a81be4f942
A little geometric twiddle can take us a long way toward fame & fortune! ;-)
58 lines
2.0 KiB
HTML
58 lines
2.0 KiB
HTML
<?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: 1.3 $ -->
|
|
<title>Expat - XML Parser</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
</head>
|
|
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
|
alink="#FF0000">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tr valign="top">
|
|
<td width="88"><a href="http://sourceforge.net">
|
|
<img src="http://sourceforge.net/sflogo.php?group_id=10127&type=1"
|
|
width="88"
|
|
height="31"
|
|
border="0"
|
|
alt="SourceForge Logo" /></a></td>
|
|
<!-- same width as the SF logo -->
|
|
<td width="31"> </td>
|
|
<td><h2 style="margin-top: 0; padding-top: 0">Expat XML Parser</h2>
|
|
|
|
<p>Expat is an XML parser library written in C. It is a stream-oriented parser
|
|
in which an application registers handlers for things the parser might find
|
|
in the XML document (like start tags). An
|
|
<a href="http://www.xml.com/pub/1999/09/expat/index.html"
|
|
>introductory article</a> on using expat is available on
|
|
<a href="http://www.xml.com/">xml.com</a>.</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="http://sourceforge.net/projects/expat/"
|
|
>Expat project page (includes downloads)</a></li>
|
|
<li>
|
|
<a href="http://sourceforge.net/mail/?group_id=10127"
|
|
>Mailing lists</a></li>
|
|
<li>
|
|
<a href="http://sourceforge.net/cvs/?group_id=10127"
|
|
>CVS 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.</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|