As others have said, .NET doesn't offer a SAX parser directly. However,
it's not that hard to write something that generates SAX events from an
XmlReader.
Thanks for the info. You would think that .NET would include a SAX parser
(most languages do). I have looked, somewhat, at the XmlReader
documentation, so I will probably look at that more.
Jeremy McPeak wrote:
|| Thanks for the info. You would think that .NET would include a SAX
|| parser (most languages do). I have looked, somewhat, at the
|| XmlReader documentation, so I will probably look at that more.
||
|| Thanks again,
||
|| Jeremy McPeak
||
||
|| |||| I have searched for information on C# and SAX, and have yet to find
|||| anything. Is there any documentation on this subject?
|||
||| As others have said, .NET doesn't offer a SAX parser directly.
||| However, it's not that hard to write something that generates SAX
||| events from an XmlReader.
|||
||| --
||| Jon Skeet - <[email protected]>
||| http://www.pobox.com/~skeet/
||| If replying to the group, please do not mail me too
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.