Categories | Question details Back To List | ||
loadXML with Firefox Using dhtmlx Grid On some grids i am getting the following: Error type: LoadXML Description: Incorrect XML This seems to only occur in firefox but it does not occur when i run the web site in internet explorer It seems to only occur for grids that have large record sets other grids show up fine. All grids xml is constructed in the same way. Just some seem to produce this error. Is there a reason for this happening Thanks Answer posted by Support on Dec 01, 2008 08:10 The possible reasons of errors mentioned here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Common_Problems_in_Grid.html#grid_art_comprob The simplest way to get error description - just load the same URL in separate window of browser, it will render incoming XML and show detailed info about errors ( if any ) >>This seems to only occur in firefox The only FF specific issue is extra whitespaces before <?xml defenition, please be sure that your XML data has not unnecessary whitespaces Answer posted by jf on Dec 01, 2008 08:21 There is no extra white space before the xml declaration otherwise this would occur for all grids and this only occurs for grids that return over 6000+ rows If i return more than 6000 it only works in internet explorer and not in firefox Answer posted by Support on Dec 02, 2008 01:45 The size of grid can't cause such problem, it possible that some record in your dataset contain special characters or text in different encoding - which can cause an issue. >>just load the same URL in separate window of browser, Did you tried such approach? If issue still occurs - please provide a sample of problematic xml ( you can send it directly to support@dhtmlx.com ) |