SAX equivalent in .Net - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T01:25:35Z http://stackoverflow.com/feeds/question/745561 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/745561/sax-equivalent-in-net 0 SAX equivalent in .Net iulianchira 2009-04-13T22:06:02Z 2009-04-13T22:09:34Z <p>Is there any equivalent for SAX (Java) in .Net? I am aware of XmlReader, but I am looking for a push parser.</p> http://stackoverflow.com/questions/745561/sax-equivalent-in-net/745573#745573 1 Answer by boj for SAX equivalent in .Net boj 2009-04-13T22:09:34Z 2009-04-13T22:09:34Z <p>If you are familiar with SAX, may you like <a href="http://saxdotnet.sourceforge.net/" rel="nofollow">SAXDotNet</a>. Differences and extension (to Java) are explained in the documentation. Download <a href="http://sourceforge.net/projects/saxdotnet/" rel="nofollow">here</a>.</p> <p>There is one problem with SAXDotNet: the last change is from 2006.</p>