开发者

how do i parse a dtd file

I want to parse a dtd file and use the info I 开发者_JAVA技巧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.


You need an SGML parser: this thread should help you out: SGML parser .NET recommendations

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜