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