Could someone help

I have a method on an object that produces XML as a string.
I wish to incorporate it into an XSP page.

<xsp:expr>myString</xsp:expr> 
doesn't work, since it kindly changes < into &lt; etc.

I have tried various approaches, each with various unwanted side effects.

Could someone tell me what is the BEST way to achieve this?

i.e.

Parse it? 
DOM vs SAX? 
use this.contentHandler?
use <xsp:expr>myStringAsANode</xsp:expr>?

some other Cocoon technique/ generator/transformer etc

Christopher



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to