Forgive my ignorance, but where does one find a .Net implementation of the IXMLReader interface, i.e. an XML parser? Neither of the demos work because I don't seem to have such a thing available.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Forgive my ignorance, but where does one find a .Net implementation of the IXMLReader interface, i.e. an XML parser? Neither of the demos work because I don't seem to have such a thing available.
Nevermind. I obviously overlooked the Expat parser in the downloads ...
Yes, the SAXExpat package is the one.
Still quite fast despite the SAX wrapping overhead.