33 lines
1.3 KiB
HTML
33 lines
1.3 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>
|
||
|
<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/forum/?group_id=10127">Forums</a></li>
|
||
|
<li><a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=expat">
|
||
|
Expat CVS repository<a></li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|