You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Vlad Kuznetsov <sm...@mail.ru> on 2000/03/08 23:19:41 UTC

HTML encoding using SQLProcessor

Hello All,

I have a problem with processing HTML through SQLProcessor.

I have HTML data in my Oracle database and when I am retreiving this data
using SQLProcessor, it shows me "<i>Hello<i>, buddy" instead of "Hello,
buddy" (where _Hello_ should be italicized)

SQLProcessor puts in my XML file this: "&lt;Hello&gt;, buddy", but I don't
want it to!

Any suggestions how can it be solved?


Thanks a lot,
Vlad