Next in thread → Next in month →

Re: [xml-dev] Converting XML Schema to DTD

From
John Evdemon <>
To
'XML Dev' <>,
Date
2002-11-27T17:31:30Z
ID
<3DE4BB22.5209.3B772C8@localhost>
Thread
Re: [xml-dev] Converting XML Schema to DTD
On 26 Nov 2002 at 18:33, Adam van den Hoven wrote:
> 
> Does anyone have know of a tool that will generate a DTD
> from an xml Schema? 
>
I've seen a lot of payware suggestions, here is a possible 
free solution:

XSD -> RNG using Sun's RNG Converter [1]
RNG -> DTD using James Clark's Trang [2]

Admittedly this is a two-step process, but you get the 
benefits of an RNG representation on your way to DTD 
syntax.

Caveat: I'm not sure how successful [1] is at XSD-> RNG.

[1] wwws.sun.com/software/xml/developers/relaxngconverter
[2] www.thaiopensource.com/relaxng/trang.html
Next in thread → Next in month →