2000-09-12 13:06:46 -04:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
2000-09-06 22:23:49 -04:00
|
|
|
<!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>
|
2002-02-25 11:40:42 -05:00
|
|
|
<!-- $Revision: 1.8 $ -->
|
2000-09-06 22:23:49 -04:00
|
|
|
<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">
|
2001-11-09 15:21:10 -05:00
|
|
|
<table cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top">
|
2001-11-18 00:27:12 -05:00
|
|
|
<td width="136"><a href="http://sourceforge.net">
|
|
|
|
<img src="http://cvs.sourceforge.net/sourceforge_whitebg.gif"
|
|
|
|
width="136"
|
|
|
|
height="79"
|
2000-09-06 22:23:49 -04:00
|
|
|
border="0"
|
2001-11-09 15:21:10 -05:00
|
|
|
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>
|
2000-09-06 22:23:49 -04:00
|
|
|
|
|
|
|
<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
|
2001-11-09 15:21:10 -05:00
|
|
|
<a href="http://www.xml.com/pub/1999/09/expat/index.html"
|
2002-01-11 10:42:12 -05:00
|
|
|
>introductory article</a> on using Expat is available on
|
2001-11-09 15:21:10 -05:00
|
|
|
<a href="http://www.xml.com/">xml.com</a>.</p>
|
|
|
|
|
2000-09-06 22:23:49 -04:00
|
|
|
<ul>
|
2001-11-09 15:21:10 -05:00
|
|
|
<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>
|
2001-12-09 19:52:55 -05:00
|
|
|
(<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/expat/"
|
2001-11-09 15:21:10 -05:00
|
|
|
>browse online</a>)</li>
|
|
|
|
<li>
|
|
|
|
<a href="http://sourceforge.net/bugs/?group_id=10127"
|
|
|
|
>Bug reports</a></li>
|
2000-09-06 22:23:49 -04:00
|
|
|
</ul>
|
2000-09-06 22:40:29 -04:00
|
|
|
|
|
|
|
<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
|
2000-09-12 13:06:46 -04:00
|
|
|
of Expat.</p>
|
2002-01-11 10:42:12 -05:00
|
|
|
|
|
|
|
<h3>References</h3>
|
|
|
|
|
|
|
|
<p>If you know of any additional articles or resources which should be
|
|
|
|
linked to from this page, please send email to <a
|
|
|
|
href="mailto:fdrake@acm.org">Fred Drake (fdrake@acm.org)</a>.
|
|
|
|
We're especially interested in links to tutorial information and open
|
|
|
|
source interfaces to Expat from languages other than C.</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="http://www.jclark.com/xml/expat.html"
|
|
|
|
>James Clark's original Expat page</a>, for Expat 1.2 and
|
|
|
|
earlier</li>
|
|
|
|
<li>
|
|
|
|
<a href="http://www.xml.com/pub/1999/09/expat/index.html"
|
|
|
|
>Introductory article</a> on using Expat on
|
|
|
|
<a href="http://www.xml.com/">xml.com</a></li>
|
|
|
|
<li>
|
|
|
|
<a href="http://www.python.org/doc/current/lib/module-xml.parsers.expat.html"
|
|
|
|
>Documentation for the Python interface to Expat</a>, part of the
|
|
|
|
standard documentation for Python</li>
|
|
|
|
<li>
|
2002-02-25 11:40:42 -05:00
|
|
|
The <a href="http://tclxml.sourceforge.net/"
|
|
|
|
>TclXML project</a> includes a <a href="http://tcl.activestate.com/"
|
|
|
|
>Tcl</a> binding for Expat</li>
|
|
|
|
<li>
|
2002-01-21 14:49:40 -05:00
|
|
|
<a href="http://expatobjc.sourceforge.net/"
|
|
|
|
>Objective-C interface to Expat</a>
|
|
|
|
<li>
|
|
|
|
<a href="http://www.yoshidam.net/Ruby.html#xmlparser"
|
|
|
|
>Ruby interface to Expat</a>
|
|
|
|
<li>
|
2002-01-11 10:42:12 -05:00
|
|
|
<a href="http://www.phpbuilder.com/columns/justin20000428.php3"
|
|
|
|
>Article on using Expat from PHP</a> on
|
|
|
|
<a href="http://www.phpbuilder.com/"><?PHPBuilder?></a>
|
|
|
|
<br />(broken into lots of tiny pieces)</li>
|
|
|
|
</ul>
|
|
|
|
|
2001-11-09 15:21:10 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2000-09-06 22:23:49 -04:00
|
|
|
</body>
|
|
|
|
</html>
|