Re: xml schema -> DTD

Ron Bourret (rbourret@dvs1.informatik.tu-darmstadt.de)
Fri, 25 Sep 1998 10:30:16 +0200


Farzad Farahbod wrote:
> Sorry about bandwidth , I was wondering if there is any tool to convert
> from xml schema to DTD.

By "xml schema", do you mean XSchema?

If so, I have Java classes that convert XSchema->DTD and DTD->XSchema. However,
they have not been updated for the current spec and don't support namespaces or
the AttGroup, Model, Enumeration, or UnparsedEntity elements. I hope to have
new versions in a few weeks, but these will save you some time right now if you
don't mind cleaning up by hand.

You can download the converters from:

http://www.informatik.tu-darmstadt.de/DVS1/staff/bourret/xschema/convert.html

-- Ron Bourret