Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by CHW on May 06, 2008 11:25
open dhtmlx forum
xml - encoding

Hi,

If in the example: dhtmlxGrid\samples\drag_n_drop\drag_grid. html.

I to alter: dynscroll. xml.
<row id='r1'><cell>index is 1</cell><cell>load turn started from 1</cell></row>
to:
<row id='r1'><cell>São Paulo</cell><cell>load turn started from 1</cell></row>

He works in FF, but not in IE, it happens incorrect XML.

What is wrong?

Thank you very much for any help.
Best regards,

CHW
Answer posted by Support on May 07, 2008 02:06
Please be sure that you are sending document with correct content type
    Content-type:text/xml

it is critical requirement for IE
Also if you are using non-UTF encoding - please be sure to use
    <?xml version="1.0" encoding="encoding_here" ?>

If problem still occurs please provide a sample of problematic xml ( you can attach it to post, or just send to support@dhtmlx.com )