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 Automatic XSL generator? 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 "Automatic XSL generator?" Watch "Automatic XSL generator?" New topic
Author

Automatic XSL generator?

Glen Jansen
Greenhorn

Joined: Apr 07, 2001
Posts: 14
Does anyone know of an application that will create an XSL stylesheet to convert from one DTD to another DTD?
On IBM Alphaworks site http://www.alphaworks.ibm.com there is a program called XML IDE and it works with simple DTD's. If I try complicated DTD's the XSL stylesheet has broken tags and flawed XSL syntax.
Has anyone seen an application other than the one mentioned that can do this?
Thanks.
Glen.
Glen Jansen
Greenhorn

Joined: Apr 07, 2001
Posts: 14
I found the answer to my own question. The product I discovered is called XSLerator and can be found on the IBM AlpaWorks site.
It is a java tool that allows you to create an XSL document based on an input and resultant XML document. The implementation is very good. I have tested the auto-generated XSL sheet in my Java application and it worked flawlessly.
Enjoy.
Glen.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Automatic XSL generator?
 
Similar Threads
xsl:copy and header declarations?
transforming non XML data with TransformerHandler
Books for XML
IBM's Thin-Client Framework for JAVA
DTD Required for XSL processing?