I have a DTD that I need to convert to an XSD (XML schema) file. Is there a free utility or simple way to accomplish this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The W3C offers one. There are also online converters. |
|||
|
|
|
Try xmlpad from http://www.wmhelp.com to convert DTD to XSD. Really nice tool. |
|||||||||||||||||||
|
|
http://www.thaiopensource.com/relaxng/trang.html Trang converts between different schema languages for XML. It supports the following languages:
|
|||
|
|
|
I've used http://www.hitsw.com/xml_utilites/ once or twice and it works well. You can also try to use one provided by the wc3. |
|||
|
|