xml - encoding

Hi,



I have in xml file:



<?xml version="1.0" encoding="iso-8859-1" ?>





<![CDATA[ S�o Paulo 

<![CDATA[ R$ 9.507,92 

<![CDATA[ R$ 56.871,83 

<![CDATA[ R$ 29.364,84 









He works in FF, but not in IE.



He mistake is in the accentuation. “S�o Paulo” in first cell. Already verified.



Some idea? Encoding is incorrect?



Thanks,



CHW

Are you serving data from static XML file or dynamically from some kind of script?
In case of IE you need to be sure that file served with
    Content-type:text/xml
In other case IE will be able to load only UTF-8 encoded XML

If problem still occurs for you please attach problematic xml to the post, or send it directly to support@dhtmlx.com ( the code provided above was converted to UTF-8 by KB code, so it can’t be used to reconstruct issue )