Hello, I've been struggling with the following scenario for some time and thought it was time to post. Basically, I need to be able to perform the following types of translations, in the order specified, all with one pipeline, and I can't figure out how to do it using Cocoon:
1. Transform an existing XML File using XSLT 2. Transform the result of step one using an XSP (i.e. Java code) that produces new XML. 3. Transform result of Step 2 using two more XSLT scripts 4. Use the result of step 3 in another XSP Any help on the general direction to take (aggregate?, write my own components?, flowscript?, etc.) would be GREATLY appreciated. Thanks, Jeff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
