On Tue, 1 Oct 2002 19:12:14 +0300
"Pavel Natov" <[EMAIL PROTECTED]> wrote:

>  hi there
> 
> 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>
Try
<encoding><util:include-expr><util:expr><esql:get-ascii 
column="encoding"/></util:expr></util:include-expr></encoding>
and
<xsl:value-of select="."/> in your xsl style

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO "Mobicom-Kavkaz"

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