Is there any equivalent for SAX (Java) in .Net? I am aware of XmlReader, but I am looking for a push parser.
+1
A:
If you are familiar with SAX, may you like SAXDotNet. Differences and extension (to Java) are explained in the documentation. Download here.
There is one problem with SAXDotNet: the last change is from 2006.
boj
2009-04-13 22:09:34
Yes, I knew about it and it seems that the project is abandoned.
iulianchira
2009-04-13 22:14:25