Issue with loading data

Hi,

I am using dhtmlgrid.In that i displayed table data in a grid in the below format.

12…

It is working for some tables and not working for some tables.Iam using same code for all the tables.For some tables it is giving error like “Error Type:Incorrect Xml…”



Please provide me the reason why the error is coming like that and whats the solution?



Thanks,

sachin



Please check
dhtmlx.com/docs/products/dhtmlxG … rt_comprob
Most probably you have some data, which violates XML rules
You can load the same url, as used in loadXML command, in separate window of browser - it will give detailed error report. |


Wrapping values in CDATA will resolve issue with special characters
<![CDATA[1]]>