Categories | Question details Back To List | ||||||||
Error Loading XML in dhtmlxgrid When I load 2 or empty data in Grid using JSP and MySQL It show error messages It does not load the data. javascript error comes Error Type :Load XML , Descirption:Incorrect XML. please give the solution.. Thanks in Advance Answer posted by Support on Mar 17, 2008 06:35 There are some reasons why XML is not loaded correctly: a) The simplest but most common - please be sure that path which you used inside loadXML command is valid and produces correct XML response. b) Please check that XML response generated by script
is correct XML c) The XML must contain specified structures (the same name for top tag, and item tags): Please, be sure that when you load an empty grid, there should be at least <rows></rows> tags: <?xml version="1.0"?> Attachments (1)
|