2016-06-17 17:56:18 -04:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2002-05-09 08:24:46 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2016-06-17 17:40:09 -04:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2002-05-09 08:26:45 -04:00
|
|
|
<title>The Expat XML Parser</title>
|
2002-05-09 08:24:46 -04:00
|
|
|
<link rel="STYLESHEET" href="style.css" type="text/css" />
|
2016-06-17 17:56:18 -04:00
|
|
|
<style type="text/css">
|
|
|
|
body { margin: 0px; }
|
|
|
|
</style>
|
2002-05-09 08:24:46 -04:00
|
|
|
</head>
|
2016-06-17 17:56:18 -04:00
|
|
|
<body>
|
2002-05-09 08:24:46 -04:00
|
|
|
<table cellspacing="0" cellpadding="0" width="100%">
|
|
|
|
<tr>
|
2003-10-15 16:02:12 -04:00
|
|
|
<td class="corner"><img src="expat.png" alt="(Expat logo)" /></td>
|
2002-05-09 08:26:45 -04:00
|
|
|
<td class="banner"><h2>The Expat XML Parser</h2></td>
|
2002-05-09 08:24:46 -04:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2003-10-15 16:02:12 -04:00
|
|
|
<td class="navbar"></td>
|
2002-05-09 08:24:46 -04:00
|
|
|
<td class="content">
|
2000-09-06 22:23:49 -04:00
|
|
|
|
2002-05-09 08:24:46 -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 <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>
|
2016-03-11 21:31:55 -05:00
|
|
|
<a href="https://sourceforge.net/p/expat/mailman/"
|
2001-11-09 15:21:10 -05:00
|
|
|
>Mailing lists</a></li>
|
|
|
|
<li>
|
2002-09-27 10:13:12 -04:00
|
|
|
<a href="#wrappers"
|
|
|
|
>3rd-party wrappers (SAX, DOM, other language bindings)</a></li>
|
|
|
|
<li>
|
2016-03-11 21:33:57 -05:00
|
|
|
<a href="https://sourceforge.net/p/expat/code_git/ci/master/tree/"
|
|
|
|
>Git repository</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
(<a href="dev/cvs.html"
|
2001-11-09 15:21:10 -05:00
|
|
|
>CVS repository</a>
|
2006-06-05 12:27:08 -04:00
|
|
|
(<a href="http://expat.cvs.sourceforge.net"
|
2016-03-11 21:33:57 -05:00
|
|
|
>browse online</a>))</li>
|
2001-11-09 15:21:10 -05:00
|
|
|
<li>
|
2016-03-11 21:31:55 -05:00
|
|
|
<a href="https://sourceforge.net/p/expat/bugs/"
|
2001-11-09 15:21:10 -05:00
|
|
|
>Bug reports</a></li>
|
2002-06-04 23:52:21 -04:00
|
|
|
<li>
|
|
|
|
<a href="dev/">Notes for Expat maintainers</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
|
|
|
|
2002-09-27 10:13:12 -04:00
|
|
|
<h3 id="news">News</h3>
|
2002-06-04 00:52:09 -04:00
|
|
|
|
2012-04-14 15:56:38 -04:00
|
|
|
<dl>
|
2016-06-21 08:58:38 -04:00
|
|
|
<dt><em>21 June 2016</em>,
|
2016-06-17 17:52:19 -04:00
|
|
|
Expat 2.2.0 released.
|
2016-03-28 16:23:43 -04:00
|
|
|
</dt>
|
2016-06-17 17:52:19 -04:00
|
|
|
<dd><p>Release 2.2.0 includes security & other bug fixes.</p>
|
2016-03-28 16:23:43 -04:00
|
|
|
<h4>Security fixes</h4>
|
2016-06-17 17:40:09 -04:00
|
|
|
<dl>
|
|
|
|
<dt><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0718">CVE-2016-0718</a>
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/537/">issue 537</a>)</dt>
|
|
|
|
<dd>Fix crash on malformed input</dd>
|
|
|
|
<dt><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4472">CVE-2016-4472</a></dt>
|
|
|
|
<dd>Improve insufficient fix to
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1283">CVE-2015-1283</a> /
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2716">CVE-2015-2716</a>
|
|
|
|
introduced with Expat 2.1.1</dd>
|
|
|
|
<dt><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5300">CVE-2016-5300</a>
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/499/">issue 499</a>)</dt>
|
|
|
|
<dd>Use more entropy for hash initialization than the original fix to
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0876">CVE-2012-0876</a></dd>
|
|
|
|
<dt><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6702">CVE-2012-6702</a>
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/519/">issue 519</a>)</dt>
|
|
|
|
<dd>Resolve troublesome internal call to srand that was introduced
|
|
|
|
with Expat 2.1.0 when addressing <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0876">CVE-2012-0876</a>
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/496/">issue 496</a>)</dd>
|
|
|
|
</dl>
|
|
|
|
<h4>Bug fixes</h4>
|
2016-03-28 16:23:43 -04:00
|
|
|
<ul>
|
2016-06-17 17:40:09 -04:00
|
|
|
<li>Fix uninitialized reads of size 1 (e.g. in <code>little2_updatePosition</code>)</li>
|
|
|
|
<li>Fix detection of UTF-8 character boundaries</li>
|
2016-03-28 16:23:43 -04:00
|
|
|
</ul>
|
|
|
|
<h4>Other changes</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Fix compilation for Visual Studio 2010
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/532/">bug 532</a>)</li>
|
2016-06-17 17:40:09 -04:00
|
|
|
<li>Autotools: Resolve use of "$<" to better support bmake</li>
|
|
|
|
<li>Autotools: Add QA script "qa.sh" (and make target "qa")</li>
|
|
|
|
<li>Autotools: Respect <code>CXXFLAGS</code> if given</li>
|
|
|
|
<li>Autotools: Fix "make run-xmltest"</li>
|
|
|
|
<li>Autotools: Have "make run-xmltest" check for expected output</li>
|
|
|
|
<li>CMake: Fix static build (<code>BUILD_shared=OFF</code>) on Windows
|
2016-03-28 16:23:43 -04:00
|
|
|
(<a href="https://sourceforge.net/p/expat/patches/90/">patch 90</a>)</li>
|
2016-06-17 17:40:09 -04:00
|
|
|
<li>CMake: Add soversion, support <code>-DNO_SONAME=yes</code> to bypass
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/536/">bug 536</a>)</li>
|
|
|
|
<li>CMake: Add suffix "d" to differentiate debug from release
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/323/">bug 323</a>)</li>
|
|
|
|
<li>CMake: Define <code>WIN32</code> with CMake on Windows</li>
|
|
|
|
<li>Annotate memory allocators for GCC</li>
|
|
|
|
<li>Address all currently known compile warnings</li>
|
|
|
|
<li>Make sure that API symbols remain visible despite <code>-fvisibility=hidden</code></li>
|
2016-03-28 16:23:43 -04:00
|
|
|
<li>Remove executable flag from source files</li>
|
2016-06-17 17:40:09 -04:00
|
|
|
<li>Resolve <code>COMPILED_FROM_DSP</code> in favor of <code>WIN32</code></li>
|
|
|
|
</ul>
|
|
|
|
<h4>Special thanks to</h4>
|
2016-03-28 16:23:43 -04:00
|
|
|
<ul>
|
2016-06-17 17:40:09 -04:00
|
|
|
<li>Björn Lindahl</li>
|
|
|
|
<li>Christian Heimes</li>
|
|
|
|
<li>Cristian Rodríguez</li>
|
|
|
|
<li>Daniel Krügler</li>
|
|
|
|
<li>Gustavo Grieco</li>
|
|
|
|
<li>Karl Waclawek</li>
|
|
|
|
<li>László Böszörményi</li>
|
2016-06-18 09:54:52 -04:00
|
|
|
<li>Marco Grassi</li>
|
2016-06-17 17:40:09 -04:00
|
|
|
<li>Pascal Cuoq</li>
|
|
|
|
<li>Sergei Nikulov</li>
|
|
|
|
<li>Thomas Beutlich</li>
|
|
|
|
<li>Warren Young</li>
|
|
|
|
<li>Yann Droneaud</li>
|
|
|
|
</ul>
|
2016-03-28 16:23:43 -04:00
|
|
|
</dd>
|
2016-03-11 22:21:09 -05:00
|
|
|
<dt><em>12 March 2016</em>,
|
2016-03-02 12:44:13 -05:00
|
|
|
Expat 2.1.1 released.
|
|
|
|
</dt>
|
|
|
|
<dd><p>Release 2.1.1 includes security & other bug fixes.</p>
|
|
|
|
<h4>Security fixes</h4>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1283">CVE-2015-1283</a>
|
|
|
|
—
|
|
|
|
Multiple integer overflows in the <code>XML_GetBuffer</code> function
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/528/">bug 528</a>)</li>
|
|
|
|
</ul>
|
|
|
|
<h4>Bug fixes</h4>
|
|
|
|
<ul>
|
2016-03-11 20:57:41 -05:00
|
|
|
<li>Fix potential null pointer dereference
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/520/">bug 502</a>)</li>
|
2016-03-02 12:44:13 -05:00
|
|
|
<li>Symbol <code>XML_SetHashSalt</code> was not exported
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/520/">bug 520</a>)</li>
|
|
|
|
<li>Output of <code>xmlwf -h</code> was incomplete</li>
|
|
|
|
</ul>
|
|
|
|
<h4>Other changes</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Document behavior of calling <code>XML_SetHashSalt</code> with salt <code>0</code>
|
|
|
|
(<a href="https://sourceforge.net/p/expat/bugs/503/">bug 503</a>)</li>
|
|
|
|
<li>Minor improvements to man page <code>xmlwf(1)</code></li>
|
|
|
|
<li>Improvements to the <em>experimental</em> CMake build system</li>
|
|
|
|
<li>libtool now invoked with <code>--verbose</code></li>
|
|
|
|
</ul>
|
|
|
|
</dd>
|
2012-04-14 15:56:38 -04:00
|
|
|
<dt><em>24 March 2012</em>,
|
|
|
|
Expat 2.1.0 released.
|
|
|
|
</dt>
|
|
|
|
<dd><p>Release 2.1.0 includes security & other bug fixes, new
|
|
|
|
features, and updated build support.</p>
|
|
|
|
<h4>Security fixes</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Memory leak in poolGrow (<a
|
|
|
|
href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1148"
|
|
|
|
>CVE-2012-1148</a>)</li>
|
|
|
|
<li>Resource leak in readfilemap.c (<a
|
|
|
|
href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1147"
|
|
|
|
>CVE-2012-1147</a>)</li>
|
|
|
|
<li>Hash DOS attack (<a
|
|
|
|
href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0876"
|
|
|
|
>CVE-2012-0876</a>)</li>
|
|
|
|
<li>Buffer over-read and crash in big2_toUtf8 (<a
|
|
|
|
href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-3560"
|
|
|
|
>CVE-2009-3560</a>)</li>
|
|
|
|
<li>Parser crash with special UTF-8 sequences (<a
|
|
|
|
href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-3720"
|
|
|
|
>CVE-2009-3270</a>)</li>
|
|
|
|
</ul>
|
|
|
|
<h4>New features</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Added function XML_SetHashSalt that allows setting an initial
|
|
|
|
value (salt) for hash calculations (part of the fix for bug <a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=3496608&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>3496608</a>).
|
|
|
|
<li>When compiled with XML_ATTR_INFO defined, adds new API member
|
|
|
|
XML_GetAttributeInfo() that allows retrieving the byte offsets
|
|
|
|
for attribute names and values (patch <a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=3446384&group_id=10127&atid=310127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>3446384</a>).</li>
|
|
|
|
<li>Added CMake build system (bug <a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2990652&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2990652</a>, patch <a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=3312568&group_id=10127&atid=310127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>3312568</a>).</li>
|
|
|
|
<li>Added run-benchmark target to Makefile.in - relies on testdata
|
|
|
|
module present in the same relative location as in the repository.
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<h4>Bug fixes</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Harmful XML_ParserCreateNS suggestion (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=1742315&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>1742315</a>)</li>
|
|
|
|
<li>CVE-2012-1147 - Resource leak in readfilemap.c (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2895533&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2895533</a>)</li>
|
|
|
|
<li>Expat build fails on linux-amd64 with gcc version>=4.1 -O3 (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=1785430&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>1785430</a>)</li>
|
|
|
|
<li>Build modifications using autoreconf instead of buildconf.sh (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=1983953&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>1983953</a>, <a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2517952&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2517952</a>, <a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2517962&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2517962</a>, <a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2649838&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2649838</a>)</li>
|
|
|
|
<li>OBJEXT and EXEEXT support while building (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2815947&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2815947</a>, <a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2884086&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2884086</a>)</li>
|
|
|
|
<li>CVE-2009-3720 - Parser crash with special UTF-8 sequences (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=1990430&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>1990430</a>)</li>
|
|
|
|
<li>xmlwf should return non-zero exit status if not well-formed (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2517938&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2517938</a>)</li>
|
|
|
|
<li>Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2517946&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2517946</a>)</li>
|
|
|
|
<li>Dangling positionPtr after error (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2855609&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2855609</a>)</li>
|
|
|
|
<li>CVE-2009-3560 - Buffer over-read and crash in big2_toUtf8() (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2894085&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2894085</a>)</li>
|
|
|
|
<li>CVE-2012-1148 - Memory leak in poolGrow (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=2958794&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>2958794</a>)</li>
|
|
|
|
<li>UNEXPECTED_STATE with a trailing "%" in entity value (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=3010819&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>3010819</a>)</li>
|
|
|
|
<li>Unitialized memory returned from XML_Parse (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=3206497&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>3206497</a>)</li>
|
|
|
|
<li>make check fails on mingw-w64 (<a
|
2016-06-17 17:56:18 -04:00
|
|
|
href="https://sourceforge.net/tracker/?func=detail&aid=87849&group_id=10127&atid=110127"
|
2012-04-14 15:56:38 -04:00
|
|
|
>87849</a>)</li>
|
|
|
|
</ul>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
2007-06-16 12:17:12 -04:00
|
|
|
<dl>
|
|
|
|
<dt><em>5 June 2007</em>,
|
|
|
|
Expat 2.0.1 released.
|
|
|
|
</dt>
|
|
|
|
<dd><p>Release 2.0.1 of the Expat XML parser is a bugfix release
|
|
|
|
resolving both code and build related issues. Changes include:
|
|
|
|
<ul>
|
|
|
|
<li>Fixed: The character data handler's calling of XML_StopParser()
|
|
|
|
was not handled properly; if the parser was stopped and the handler
|
|
|
|
set to NULL, the parser would segfault.</li>
|
|
|
|
<li>Fixed: Expat failed on EBCDIC systems as it assumed some character
|
|
|
|
constants to be ASCII encoded.</li>
|
|
|
|
<li>Minor cleanups of the test harness.</li>
|
|
|
|
<li>Minor fixes for xmlwf and example programs.</li>
|
|
|
|
<li>Fixes and improvements for the Windows platform.
|
|
|
|
New Windows directory structure.</li>
|
|
|
|
<li>Build fixes for various platforms: HP-UX, Tru64, Solaris 9.</li>
|
|
|
|
<li>Build fixes for Unix:<br/>
|
|
|
|
- Refreshed config.sub/config.guess.<br/>
|
|
|
|
- Support both, DESTDIR and INSTALL_ROOT, without relying on GNU-Make specific features.<br/>
|
|
|
|
- Patched configure.in to work better with Intel compiler.<br/>
|
|
|
|
- Fixes to Makefile.in to have make check work correctly.</li>
|
|
|
|
<li>Added Open Watcom support.</li>
|
|
|
|
</ul>
|
2016-06-17 17:56:18 -04:00
|
|
|
</dd>
|
2007-06-16 12:17:12 -04:00
|
|
|
</dl>
|
2002-06-04 00:52:09 -04:00
|
|
|
<dl>
|
2006-01-11 10:52:12 -05:00
|
|
|
<dt><em>11 January 2006</em>,
|
|
|
|
Expat 2.0.0 released.
|
|
|
|
</dt>
|
|
|
|
<dd><p>Release 2.0.0 of the Expat XML parser is the end point of the
|
|
|
|
1.95.X series of releases. The goal was to solidify and stabilize
|
|
|
|
the implementation of the given API, to add desirable features as
|
|
|
|
long as they fit with the API, and to keep the API backwards compatible
|
|
|
|
if extensions were required. Changes include:
|
|
|
|
<ul><li>Fixed headers for use from C++.</li>
|
|
|
|
<li>XML_GetCurrentLineNumber() and XML_GetCurrentColumnNumber()
|
|
|
|
now return unsigned integers.</li>
|
|
|
|
<li>Added XML_LARGE_SIZE switch to enable 64-bit integers for
|
|
|
|
byte indexes and line/column numbers.</li>
|
|
|
|
<li>Added support for AmigaOS.</li>
|
|
|
|
<li>Some mostly minor bug fixes. SF issues include: 1006708,
|
2007-06-16 12:17:12 -04:00
|
|
|
1021776, 1023646, 1114960, 1156398, 1221160, 1271642.</li>
|
|
|
|
</ul>
|
2016-06-17 17:56:18 -04:00
|
|
|
</dd>
|
2002-06-04 00:52:09 -04:00
|
|
|
</dl>
|
|
|
|
|
2002-09-27 10:13:12 -04:00
|
|
|
<p><a href="oldnews.html">Old news archive</a></p>
|
|
|
|
|
|
|
|
<h3 id="wrappers">References & 3rd-party Wrappers</h3>
|
2002-01-11 10:42:12 -05:00
|
|
|
|
|
|
|
<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>
|
2004-11-29 16:52:14 -05:00
|
|
|
<a href="http://www.keplerproject.org/luaexpat/">LuaExpat</a> is a
|
|
|
|
wrapper around Expat for the <a href="http://www.lua.org/">Lua</a>
|
|
|
|
programming language. The <a href=
|
|
|
|
"http://www.keplerproject.org/luasoap/">LuaSOAP</a> library is a <a
|
|
|
|
href="http://xml.coverpages.org/soap.html">SOAP</a> implementation
|
|
|
|
built on top of <a href= "http://www.keplerproject.org/luaexpat/"
|
|
|
|
>LuaExpat</a>.</li>
|
|
|
|
<li>
|
2004-01-20 09:41:59 -05:00
|
|
|
Perl's <code>XML::Parser</code> module is a wrapper built around a
|
|
|
|
binding to Expat in the <code>XML::Parser::Expat</code> module.</li>
|
|
|
|
<li>
|
2004-04-26 16:36:10 -04:00
|
|
|
<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>
|
|
|
|
<a href="http://saxdotnet.sourceforge.net/saxexpat.html"
|
|
|
|
>SAXExpat.NET</a>, a <a href="http://www.microsoft.com/net/">.NET</a>
|
2004-04-26 15:45:23 -04:00
|
|
|
wrapper for Expat, conforming to the
|
2004-12-14 12:24:15 -05:00
|
|
|
<a href="http://saxdotnet.sourceforge.net">SAX for .NET</a> specifications.</li>
|
2004-04-26 15:45:23 -04:00
|
|
|
<li>
|
2002-12-04 01:52:36 -05:00
|
|
|
The <a href="http://www.nongnu.org/scew/">Simple C Expat Wrapper</a>
|
|
|
|
is a wrapper around Expat that provides a light-weight object model
|
2003-01-21 22:19:22 -05:00
|
|
|
somewhat like a DOM.</li>
|
2002-12-04 01:52:36 -05:00
|
|
|
<!-- Alex Conchillo Flaque: aconchillo at acm.org -->
|
|
|
|
<li>
|
2002-05-17 09:42:36 -04:00
|
|
|
<em><a href="http://www.codeproject.com/soap/expatimpl.asp"
|
|
|
|
title="C++ Wrappers for the Expat XML Parser">C++ Wrappers
|
|
|
|
for the Expat XML Parser</a></em>, an article by Tim Smith
|
|
|
|
providing object-oriented wrappers for Expat. The wrappers use
|
2002-08-29 14:00:51 -04:00
|
|
|
some MFC-biased naming, but look interesting.</li>
|
2002-05-17 09:42:36 -04:00
|
|
|
<li>
|
2002-09-05 16:27:51 -04:00
|
|
|
<a href="http://www.jezuk.co.uk/cgi-bin/view/arabica" title="Arabica"
|
|
|
|
>Arabica</a> -- an XML Parser toolkit for C++ programmers, with
|
|
|
|
SAX2 implementations based on several parsers, including Expat.</li>
|
2002-05-21 10:45:18 -04:00
|
|
|
<li>
|
2008-09-17 22:07:33 -04:00
|
|
|
<a href="http://devzone.intellitree.com/projects/expatmm/"
|
|
|
|
>ExpatMM -- C++ interface to Expat</a></li>
|
2002-05-08 07:26:01 -04:00
|
|
|
<li>
|
2004-04-26 16:36:10 -04:00
|
|
|
<a href="http://sourceforge.net/projects/kdsxml"
|
|
|
|
>SAX2 Wrapper for using Expat in Delphi,</a>
|
|
|
|
based on
|
|
|
|
<a href="http://saxforpascal.sourceforge.net"
|
|
|
|
>"SAX for Pascal"</a>
|
|
|
|
interface specs</li>
|
2002-05-31 12:33:53 -04:00
|
|
|
<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>
|
2003-10-28 12:13:10 -05:00
|
|
|
<a href="http://www.tdom.org/"
|
2002-05-09 11:09:18 -04:00
|
|
|
>tDOM</a> is an alternate package providing XML support for <a
|
|
|
|
href="http://tcl.activestate.com/" >Tcl</a>, based in part on
|
2003-01-21 22:19:22 -05:00
|
|
|
Expat.</li>
|
2002-05-09 11:09:18 -04:00
|
|
|
<li>
|
2004-04-26 16:36:10 -04: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>
|
|
|
|
<li>
|
2002-01-21 14:49:40 -05:00
|
|
|
<a href="http://expatobjc.sourceforge.net/"
|
2002-08-29 14:00:51 -04:00
|
|
|
>Objective-C interface to Expat</a></li>
|
2002-01-21 14:49:40 -05:00
|
|
|
<li>
|
2005-01-10 09:17:02 -05:00
|
|
|
<a href="http://www.xs4all.nl/~mmzeeman/ocaml/">OCaml Expat</a> is a
|
2004-04-26 16:36:10 -04:00
|
|
|
wrapper around Expat for the <a href="http://www.ocaml.org"
|
|
|
|
>Objective Caml</a> language.</li>
|
|
|
|
<li>
|
2002-01-21 14:49:40 -05:00
|
|
|
<a href="http://www.yoshidam.net/Ruby.html#xmlparser"
|
2002-08-29 14:00:51 -04:00
|
|
|
>Ruby interface to Expat</a></li>
|
2002-01-21 14:49:40 -05:00
|
|
|
<li>
|
2004-04-26 16:36:10 -04:00
|
|
|
<a href="http://www.latenightsw.com/freeware/XMLTools2/">XML Tools
|
|
|
|
2</a> is an AppleScript scripting addition that allows AppleScript
|
|
|
|
applications to work with XML data; it is based on Expat.</li>
|
2002-05-10 12:32:59 -04:00
|
|
|
<li>
|
2004-04-26 16:36:10 -04:00
|
|
|
<a href="http://www.simkin.co.uk/">Simkin</a> is an open source
|
|
|
|
scripting language available under the GNU LGPL. It can be embedded
|
|
|
|
in XML and supports a DOM-like API backed by Expat.</li>
|
|
|
|
<li>
|
|
|
|
<a href="http://easysoap.sourceforge.net/">EasySoap</a> is a C++
|
|
|
|
SOAP implementation which uses Expat.</li>
|
|
|
|
<li>
|
|
|
|
<a href=
|
|
|
|
"http://www.codepedia.com/wiki/display.aspx?WikiID=1&pagename=thunks"
|
|
|
|
>A discussion</a> of another way to manage stateful callbacks, using
|
|
|
|
Expat as a sample library.</li>
|
|
|
|
<li>
|
|
|
|
The <a href="http://sourceforge.net/projects/gobo-eiffel/">GOBO
|
|
|
|
project</a> is working on an Eiffel binding for Expat. Development
|
|
|
|
is active and the package is fully supported in GOBO 3.0 and 3.1,
|
|
|
|
though there isn't much status information about the Expat bindings
|
|
|
|
on the website. (Most activity is reportedly on the relevant
|
|
|
|
mailing lists.)</li>
|
2002-06-26 08:54:32 -04:00
|
|
|
<li>
|
|
|
|
<a href="http://www.mitchenall.com/expat4d">Expat4D</a> is a plug-in
|
|
|
|
for the <a href="http://www.4duk.com/">4th Dimension</a> application
|
|
|
|
framework.</li>
|
2002-01-11 10:42:12 -05:00
|
|
|
</ul>
|
|
|
|
|
2002-05-09 08:24:46 -04:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="corner">
|
2006-06-05 12:27:08 -04:00
|
|
|
<a href="http://sourceforge.net">
|
|
|
|
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=10127&type=2"
|
|
|
|
width="125" height="37" border="0" alt="SourceForge.net Logo" />
|
2002-05-09 08:24:46 -04:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-11-09 15:21:10 -05:00
|
|
|
</table>
|
2002-05-09 08:24:46 -04:00
|
|
|
</body>
|
2000-09-06 22:23:49 -04:00
|
|
|
</html>
|