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 &lt; and &gt; entities for the braces
surrounding the CDATA; didn't work (&lt; and &gt; stay
as entities in the XSP output).

Desired XSP output:

<mycol><[CDATA[ result ]]></mycol>

Is there any way to do this?

Thanks,
John


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.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]>

Reply via email to