Hi,

I use SQLTransformer to access my database (no problems). But the data stored in my DB are XML data (well formed). When the transformer get the data, it replaces all the < with &lt ,etc

For example if my database contains <title>SomeText</title> the output Stream of my pipeline contains <row>&lt;title&gt;SomeText&lt;/title&gt</row>

How can I configure and /or change code of SQLTransformer to keep the XML from my DB

Thank you for your help

Cedric


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