Hello,
I am trying to import data from an Oracle DB into an xml output file. The problem I am facing is that I have a column in my DB that contains rich text with special characters such as & , < or > and the xml parser is converting them into "& amp , & lt; ..." .
I would like to specify in my XML tree that the data coming from this column should be between CDATA tag so that it wont be parsed anymore.
Any tip on how I can do that ?
Thanks in advance !
Djay