SAX equivalent in .Net - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T01:25:35Zhttp://stackoverflow.com/feeds/question/745561http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/745561/sax-equivalent-in-net0SAX equivalent in .Netiulianchira2009-04-13T22:06:02Z2009-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#7455731Answer by boj for SAX equivalent in .Netboj2009-04-13T22:09:34Z2009-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>