C#'s native XML parser doesn't support SAX. However, it does support a
model that is similar, which you can use. The class is the XmlReader class.
Check out the section of the .NET framework documentation titled "Comparing
XmlReader to SAX Reader", located at (watch for line wrap):
If this doesn't suit your needs, then you can use the MSXML parser
through COM interop, which supports SAX.
Hope this helps.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.