Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

4 Answers

up vote 18 down vote accepted

The W3C offers one. There are also online converters.

share|improve this answer
I must have been using the wrong Google terms. Thanks a lot! – Jeremy Stein Oct 2 '09 at 17:28

Try xmlpad from http://www.wmhelp.com to convert DTD to XSD. Really nice tool.

share|improve this answer
1  
worked for me, thanks! – Mauricio Scheffer Jun 8 '11 at 18:40
2  
Indeed a nice tool, thanks! – Louis Somers Sep 3 '11 at 10:42
2  
You need to open a DTD file before you can access the requested functionality (convert DTD to XSD in this case; it can also generate a sample XML). Works great, thanks! – Buffalo Mar 26 '12 at 8:48
1  
great tool. worked like a charm. thanks! – elnino_9 Jun 8 '12 at 8:39
can't parse the w3c strict.dtd file. – Edwin Yip Jan 12 at 16:21

http://www.thaiopensource.com/relaxng/trang.html

Trang converts between different schema languages for XML. It supports the following languages:

  • RELAX NG (XML syntax)
  • RELAX NG compact syntax
  • XML 1.0 DTDs
  • W3C XML Schema

http://www.thaiopensource.com/relaxng/trang-manual.html

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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