RE: [xml-dev] xsd to xml

From
Michael Kay <>
To
'Peter Loh Yoon Chao' <>, 'Mike Fitzgerald' <>, 'Jhon' <>
Date
2004-02-12T10:50:14
ID
<001901c3f155$feb22db0$6401a8c0@pcukmka>
Thread
RE: [xml-dev] xsd to xml
> On a related note, are there tools to perform the reverse, 
> i.e. given a "complete" XML document, it will generate the 
> XML schema definition?  I realize that some degree of 
> hand-checking would be required, but they will accelerate the 
> schema development process.  Thanks.
> 

My DTDGenerator at http://saxon.sf.net/ is getting pretty ancient but
people still download it, and it's a very handy way of getting up and
running. There are of course plenty of tools that will give you a schema
from the DTD.

Michael Kay