Grid cell data in Safari

Hello,



I am using DHTMLXGrid and trying to make our site as cross browser as poss. Everythingh is working except one small problem. I am reading in the data from an XML textarea which works fine both in firefox and IE. However the cells are empty in safari. This seems to be because the data is enclosed in which it needs to be as there are potentially corrupting cahracters in there. The Grid works fine just the contents are not displayed. Removing the escape stuff works - shows the data but as I said we cannot do this.



Is there an answer to this?



Scott

Please be sure to remove whitespaces before CDATA and surrounding tags

<[CDATA[
    any content
]]>

If problem still occurs - please provide sample of xml which cause problems.