aspose file tools
The moose likes XML and Related Technologies and the fly likes Multiple XSLT Transforms Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Multiple XSLT Transforms" Watch "Multiple XSLT Transforms" New topic
Author

Multiple XSLT Transforms

Niall Loughnane
Ranch Hand

Joined: Dec 07, 2006
Posts: 200
Hi,



Feedback appreciated,



what i'm trying to do is:
1. Have a XML file
2. Transform the XML file into another format structure (anotherFormatStructure1) using a XSL file
3. Transform the anotherFormatStructure1 XML file into another format structure using another XSL file (anotherFormatStructure2)
4. Display the content of the anotherFormatStructure2 file



what are the steps to achieve this?



Thanks in advance,



Cheers,

Niall
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Section 3 of this link is entitled Chaining Transformations.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Multiple XSLT Transforms
 
Similar Threads
Exporting a file in Html/XML
JSP with XSL
Java XML parser to parse the XML file
XSL or XSLT?
JSP with XSL