Share

XML Path Event API

File Release Notes and Changelog

Release Name: xpea_1_0

Notes:
This is the first release of the "XML Path Event API" for
the .NET 2.0 platform.

It represents a SAX-like way of processing XML, with the
main difference that event call-backs are based on XPath
style pattern matching rather than calling back to the same
handler on each and every element encountered.

There are three parts to XPEA: The core API definitions,
a default (standard) implementation, and a set of adapters
so that one can use either a SAX for .NET parser or the
Expat XML parser to drive XPEA.

The release is distributed as a 7-Zip archive, as it
compresses much better than Zip. The Windows version of
7-Zip can be obtained from http://sourceforge.net/projects/sevenzip,
the Linux version can be found at
http://sourceforge.net/projects/p7zip.

Changes: First release - no changes.