Share

SAX for .NET

File Release Notes and Changelog

Release Name: SAXExpat 1.0

Notes:
After several months of public exposure it is time to release
SAXExpat.NET 1.0. Based on the popular Expat XML parser,
this package provides an implementation of the IXmlReader
interface defined in SAX for .NET 1.0.

SAXExpat 1.0 will work under MS.NET 1.1, but not under
Mono 1.0.2 (current revision). This situation should
improve with future versions of Mono.

Changes: - Split ExpatInterop.dll out of SaxExpat.dll so that the Expat interop code can be re-used elsewhere. - Changed build scripts to C# scripts that can run on MS.NET and Mono (at least in theory). - Replaced SharpDevelop project files with VisualStudio.NET 2003 project files. - Minor bug fixes.