custom xml format

Hi,



I’m trying to use a custom xml format, as shown in your example, by setting the xml.top, xml.row, and xml.cell xpath expressions. In my test, I’m using the xml from your example page.







    500

    Time to Kill

    John Grisham







I set the xpath expressions like so:



    mygrid.xml.top=“mytop”;

    mygrid.xml.row="./myrow";

    mygrid.xml.cell="./mycell";



In my test, the grid shows a row but it has no cell data in it. If I change the xml to this (below), it works.







    500

    Time to Kill

    John Grisham







It seems to be ignoring the xml.cell setting.



I noticed in your example code, you set a custom top and row expression, but use the usual element.



Am I doing something wrong?



Many thanks!!!



Problem confirmed, please try to use attached patch, it must restore correct configuration processing.
patch.js.zip (692 Bytes)