Load XMl Error in IE7 and FF 3.06

I am getting the following error



Error Type: LoadXML

Decription : Incorrect XML



When attempting to load reports into dhtmlGrid with recordsets in the 100000



Using an AJAX call to a PHP that calls a stored procedure and puts the results in XML format.



However it seems to be an issue with the number of record sets and loading into the Grid



Any help would be greatly appreciated.



Thanks in advance

The count itself must not cause an incorrect XML error ( but for such big count of rows it has sense to use dyn. mode - support@dhtmlx.com )

Is there other characters besides < > & that would cause LoadXML error


Data’s between shouldn’t contain any special characters. If you need use special characters in the data you have to contain it into CDATA:


<![CDATA[

]]>