Hi,

my html-pages are stored in the database (postgres).
Now i want to read them out by e.g. ...<query>select html from page where 
pageno=20</query>...<html><esql:get-string column="html"/>...

in the xsl-page i wrote <xsl:value-of select="html">

Urtunfortunately the result is not html because the <, > etc. are replaced.

What must i do so that the result is displayed and interpreted by the browser 
as it would be html?

cu
christian

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