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.