43 lines
1.7 KiB
HTML
43 lines
1.7 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$ -->
|
|
<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">
|
|
<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>
|
|
|
|
<h2>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>.
|
|
<ul>
|
|
<li><a href="http://sourceforge.net/projects/expat/">Expat project page</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>
|
|
</body>
|
|
</html>
|