DTD to xml

G

Guest

I'd like to use 'xsd.exe' to generate a set of classes so that I can serialize XML for a
given DTD

However, I don't believe 'xsd.exe' reads DTD's. So is there an easy way to conver
a DTD to an XML schema, or go directly from a DTD to a .NET code base that ca
be serialized

Thanks
 
E

Eric

Andrew said:
I'd like to use 'xsd.exe' to generate a set of classes so that I can
serialize XML for a given DTD.

However, I don't believe 'xsd.exe' reads DTD's. So is there an easy
way to convert a DTD to an XML schema, or go directly from a DTD to
a .NET code base that can be serialized?

Thanks

XMLSPY can do this, but it's not free.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top