DHTMLX parse XML firefox and chrome

Hello,



I use a XML String to initialize my grid and it’s running on ie but it doesn’t work on firefox. I have an error on this.obj.firstChild.appendChild®; in dhtmlxgrid.js line 5717.



Regards



My HTML page is :





    

        

            

                dhx_skyblue

            

            

                true

            

            

                true

                false

                false

            

        

        

            

                true

            

            

                1

            

            

        

        Nom

        Prenom

        Age

        Sexe

        Heure Arriv�

        Etat

            Termin�e

            EnCours

            

        Medecin

        Activite

        Protocoles

        Origine RDV

        Patientele

        RDV multi

        Type Facture

        Compte-Rendu

        DicteeDebut

        DicteeFin    

    

    

        DUPONT DE LA RIVIERE

        Martine

        59a

        F

        08:20

        E

        BagurJ

        RAD

        PANO

        C

        E

        P

        FD

        Worklist

        Debut

        Fin

    

    

        AUSSEMS

        Isabelle

        59a

        F

        08:30

        T

        BagurJ

        ECH

        MAIN

        C

        H

        P

        FD

        CRPret

        Debut

        Fin

    

    

        AUSSEMS

        Andre

        59a

        F

        08:40

        T

        BagurJ

        ECH

        MAIN

        C

        H

        P

        FD

        CRPret

        Debut

        Fin

    

    



The problem is in XML parsing ability of FF, to fix the issue change the code as



<textarea id=“isl_xml” style=“display:none;”>
…old xml here …

</textarea>

Thanks