try <esql:get-ascii column="myclob"/>

Steve

-----Original Message-----
From: yuryx [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 25, 2002 1:46 AM
To: [EMAIL PROTECTED]
Subject: clob-esql-xml


Hi all!
How to extract clob column as xml into dynamic page?
For example:
my CLOB: <h1>hello!</h1>
in sample.xsp I define:
...
<esql:execute-query>
<esql:query>select myclob from mytable</esql:query>
<esql:results>
<esql:row-results>
    <esql:get-xml column="myclob"/>
</esql:row-results>
</esql:results>
</esql:execute-query>
...
?This example don't work :(
What I'm wrong?
Thanx.
Yury.




---------------------------------------------------------------------
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]>

---------------------------------------------------------------------
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