Joerg Heinicke wrote: >it's not possible as you find out, but why would you need it? > >I assume that the result of ESQL is escaped, otherwise there will be trouble >to often. So why do you want to escape it one more often?
I'd like to use CDATA because the particular ESQL result column that I want to insert in my XSP output contains an XML fragment. If I enclose it in CDATA, I can extract this fragment untouched in XSLT: <fragment><![CDATA[ this is the <i>fragment</i> ]]></fragment> I've read some of the other responses, and so far, it looks like there probably isn't an easy or standard way that this can be done. I think it'd be a useful addition to XSP/ESQL; seems to me that there should be a way to produce *any* kind of well-formed XML using a combination of XSP and ESQL tags. Thanks all, John __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>