DTD to XML Schema translator lets you translate a Document Type Definition into an XML Schema (REC-xmlschema-1-20010502). The translator can map meaningful DTD entities onto XML Schema constructs (simpleType, attributeGroup, group); the XML document model is not anonymized. In addition, the translator can map DTD comments onto XML Schema documentation nodes in various ways.
| Tags | Internet |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Java JavaScript |
Recent releases


Release Notes: This release makes use of the XML capabilities of Java 1.4. JAXP support has been added.


Release Notes: File URLs containing non-URL characters (e.g., blank) are now correctly URL encoded.


Release Notes: This release maps #PCDATA onto xs:string instead of xs:anyType by default.


Release Notes: Colonized names must not be used in attribute names. Use attribute ref instead. More browsers are now supported.


Release Notes: XML Schema groups (choice, sequence) with a single child element are optimized. xmlschema.dtd has been added as another test example.