I want to parse a dtd file and use the info I get from that to create some classes. I know that I can convert it to a xsd and then parse it, but I was hoping to avoid that. Everything I find via google is to validate against a dtd. So I guess my question is: How do I parse a dtd file using c# or are there any tools or libraries out there that I can use? I should add that I'm using visual studio 2005.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You need an SGML parser: this thread should help you out: http://stackoverflow.com/questions/1148083/sgml-parser-net-recommendations

link|improve this answer
cool I'll check it out thanks – scott Sep 21 '10 at 18:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.