Bertrand Is there a concrete example in the Cocoon samples (or the Wiki) that "fleshes out" this approach in a little more detail?
Thanks Derek >>> [EMAIL PROTECTED] 2004/06/03 09:02:31 AM >>> Le 3 juin 04, � 08:12, Adam Walsh a �crit : > ... 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] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
