Is there any quicker way to generate xsl from DTD?
Like if i give DTD, any way to automatically generate xsl?
otherwise, generate xml from dtd and then xsl from xml?
any pointers will be helpful
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
I don't understand what you're trying to do. An XSL file describes a transformation of an XML file into something else. A DTD doesn't describe an XML file, much less the transformation of one. Are you possibly confusing XSL with XML Schema, which is sometimes referred to as XSD?