[
Lists Home |
Date Index |
Thread Index
]
> 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
|