[
Lists Home |
Date Index |
Thread Index
]
Hi Karl,
I need a DTD parser to parse the elements/attributes in the DTD for matching
process in my project. According to your experience, will SAX.NET help
me in this issue? Thanks for your reply.
----- Original Message -----
From: "Karl Waclawek" <karl@waclawek.net>
To: <xml-dev@lists.xml.org>
Sent: Sunday, March 28, 2004 11:36 PM
Subject: 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
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
|