Is there anyway to get Cocoon to recognize the output of my POJO's toXML() method within my XML file? Right now it treats the resulting XML as just a String and displays it as such.
<schedule>#{times}</schedule>

The output of the 'times' variable is XML, how do I make Cocoon realize it? The XML is built using JDOM, does that really matter in the end when the toXML() just ouputs a String? Should I be outputting a Document or something different?

Many thanks,
Dustin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to