"Pavel Natov" <[EMAIL PROTECTED]> writes:
> �
>
> I'm still not sure about the problem that I have but here is the question:
>
> � I retrieve some data from Oracle database using ESQL logicsheet in a XSP file.
>
> <esql:results>
>
> <esql:row-results>
>
> <title><esql:get-string column="title"/></title>
>
> <subtitle><esql:get-string column="subtitle"/></subtitle>
>
> <text><esql:get-string column="content"/></text>
>
> <encoding><esql:get-ascii column="encoding"/></encoding>
>
> </esql:row-results>
>
> </esql:results>
>
The right way is <esql:get-xml column="content"/>
--
� ���������, �������.
---------------------------------------------------------------------
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]>