Re: [xml-dev] DTD parser in c#

From
Karl Waclawek <>
To
Date
2004-03-28T15:36:16Z
ID
<000b01c414da$68dac3d0$0500a8c0@karlglen188>
Thread
Re: [xml-dev] DTD parser in c#
> Technically, a DTD parser by itself is an anomaly. You really need an XML
> document to go with it. Of course, you could use a SAX parser to get all of
> the DTD declarations in a push style fashion-- i.e., the
> System.Xml.XmlReader. Additionally the SAX.NET project just released a beta
> [1] and I believe the expat parser is supported.

I haven't added the Expat wrapper for SAX dot NET to SourceForge yet.
If anyone wants an early look I can e-mail what I have.

Karl