Hello,

I would like to persist the raw XML data within an element without the
tag separators being encoded. Is there some configuration for this ?

Ex :

<tag>

      <innertag>Hello <style class="bold">how are you ?</style></innertag>

</tag>


This will get stored as

<tag>

      <innertag>Hello &lt;style class=&quot;bold&quot;&gt;how are you
?&lt;/style&gt;</innertag>

</tag>

Is there any way to keep the content as is ?

Thanks,
Sunil.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to