Hi John, 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? Regards, Joerg gv wrote: > Hi, > > Is there any way to put an ESQL result string into a > CDATA section in the XSP output? > > I want to do something like the following, but > (predictably) the ESQL tag itself is put into CDATA: > > <mycol><![CDATA[<esql:get-string column="my_col" > />]]></mycol> > > Also tried < and > entities for the braces > surrounding the CDATA; didn't work (< and > stay > as entities in the XSP output). > > Desired XSP output: > > <mycol><[CDATA[ result ]]></mycol> > > Is there any way to do this? > > Thanks, > John -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 [EMAIL PROTECTED] www.virbus.de --------------------------------------------------------------------- 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]>