... in my case I did try using flow, but ran into a wall using JXTemplate to spit out the XML from my Java object:
http://marc.theaimsgroup.com/?l=xml-cocoon- users&m=108415092708767&w=2...
If you have an XML *string* that you want JXTemplate to output as XML, you need to parse the string and convert it to a DOM Document object.
You can use the Cocoon parser component from Flow to build a DOM, and pass it to JX in the sendPage arguments.
If anyone has any ideas on how I can get around the escaping of the < and > then I would glady ditch the XSP :)
Happy ditching ;-)
-Bertrand
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
