问题
Is there any equivalent for SAX (Java) in .Net? I am aware of XmlReader, but I am looking for a push parser.
回答1:
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.
来源:https://stackoverflow.com/questions/745561/sax-equivalent-in-net