File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes Generate xsl from DTD Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Generate xsl from DTD" Watch "Generate xsl from DTD" New topic
Author

Generate xsl from DTD

Anjana Ravindran
Ranch Hand

Joined: Aug 22, 2005
Posts: 76
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
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?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Generate xsl from DTD
 
Similar Threads
.. XML transformation ..
Generate an xsl from xsd/xml
JSP Vs (XML and XSL)
XML to WML
XSD from Xml doc