Error Loading XML in IE 6

hi everybody. Sorry to disturb, but I’m trying to create a small example loading from two XML files and IE is getting me nuts. Everthing is fine in Firefox, but the same tried in IE fails on loading XML (says: Error Type: LoadXML Description: Incorrect XML)



My two XML files are these:



tRaiz.xml

------------------------------------------





<?xml version="1.0"?>





Activaci�n

Consultas

Informes

Mantenimientos

Utilidades

VPN

Ayuda        









-------------------------------------



tAct.xml



------------------------------------

<?xml version="1.0"?>





Recarga por factura

Multitarjeta

Productos

Cambio SIM a GUSIM

        Activacion

        Act.Externas

        Act.Qtal

        Portabilidad

        Cambio Sim a Nexus

        Servicios SUP.







And finally, the html code



--------------------------------















    For demo purpose only :: &1

    

    

    

    







    

    

    

    



        

            

    


                


                


            







    









--------------------------------





May anybody helps me, because i have check everything thousand of times and i can’t see anything :. Thanks a lot in advance

tRaiz.xml contains the next line

Activaciуn

The is an instruction to find HTML container with ID==html_1 and attach it to tab in question, but your HTML code doesn’t contain such element
So you need

a) remove not used content element
b) if it was set purposely - create necessary html container on page

1200664497.zip (56.4 KB)