See the XmlReader documentation. Instead of using a push model (event-based
notification) as SAX does, the XmlReader uses a pull implementation. Dan
Wahlin also wrote an implementation of SAX for .NET, which is in his book
"XML For ASP.NET Developers."

Signature
Kirk Allen Evans
Microsoft MVP, ASP.NET
www.xmlandasp.net
Read my web log at http://weblogs.asp.net/kaevans
> Do we have equivalent of "Simple API for XML (SAX)" in .NET environment?