For historical reasons, we maintain some XML schemas in the form of DTD files, rather than XSD. I have used the "Create Schema" command inside Visual Studio to convert the file to an XSD file, which I'm then running xsd.exe on to create .NET classes. I would like to automate this process as part of our build. Is there a command-line tool which will do the same conversion

command-line tool to convert DTD to XSD?
ANeelima
You can find such a utility at
http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=54358B80-1324-49E9-821B-A08911356AD7
Thanks,
Priya