You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Cédric Claus <ce...@u-mangate.com> on 2002/12/13 11:44:03 UTC

SQLTransformer for XML

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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>