Grid table is coming based on responseXML object in Mozilla

Hi support,

Thanks for your initial reply about my query about not getting the grid table using responseXML object. Actually I was troubleshooting the thing using Mozilla Firefox and in Firefox it is still not working but in IE it is working correctly, I mean the grid table is rendering without any problem. In Firefox the problem is it is not showing any problem (Iam using firebug to debug it) :frowning:

I am stuck. My XML format is as follows:

<?xml version="1.0" encoding="UTF-8"?>



   
        ID
        Summary
        Opened
        Closed

        Status
            In Progress
            Put On Hold
            Not Yet Started
            Done
            -
       

        Priority
            Normal
            Low
            High
       
        AssignedTo
        SubmittedBy

       
            px
       
   
    
        000001
        Bugs on test01
        05/01/1998
        15/03/2008
        1
        2
        Jones
        JayaPrakash

   
    
        000002
        Bugs on test02
        25/01/1998
        5/09/2008
        2

        3
        Denis
        Jone
   
    
        000003
        test02 on device xxxxx

        05/01/2008
        15/03/2016
        3
        1
        Denis
        JayaPrakash

   
    
        000004
        Bugs on test01
        05/01/1998
        15/03/2008
        1

        2
        Jone
        JayaPrakash
   
    
        000005
        Bugs on test01

        05/01/1998
        15/03/2008
        1
        2
        Jone
        JayaPrakash

   



FF is more strict to document structure than IE
Please be sure that
    - there is no whitespaces before <?xml declaration
    - the top XML tag is ( not a <table as in your XML )