Expat 2.0.0 XML Parser Released
Date 12-Jan-2006 0:03:02 Topic: Software News
| From the Expat Home Page: 11 January 2006, Expat 2.0.0 released.
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:
o Fixed headers for use from C++. o XML_GetCurrentLineNumber() and XML_GetCurrentColumnNumber() now return unsigned integers. o Added XML_LARGE_SIZE switch to enable 64-bit integers for byte indexes and line/column numbers. o Added support for AmigaOS. o Some mostly minor bug fixes. SF issues include: 1006708, 1021776, 1023646, 1114960, 1156398, 1221160, 1271642.
|
|