LoadXML: incorrect XML *only * in IE7

I’ve got a problem loading dynamic XML-file for tabbar, but only in IE7/WinXP. Tabs worked for years, but after upgrade to dhtmlxTabbar v.1.2 Standard edition build 80512 I get an error loading the XML-file.



It works just fine in FF and Chrome.



Dynamic output validates in IE:



<?xml version="1.0"?>





Algemeen

        Tekst

Rubrieken

        Links

        Beeld

        Extra beeld

        Stats

        Home







It’s created with CFMX, using text/xml header, no whitespace. Server respons:



Connection: close

Date: Wed, 24 Sep 2008 11:57:08 GMT

Content-Type: text/xml

Content-Language: nl-NL

Server: Microsoft-IIS/6.0

Content-Encoding: gzip

Vary: Accept-Encoding

Transfer-Encoding: chunked



200 OK



Code to create tabset











94 : PvdA Groningen (Case)

    

    

        

    

    

    



    



















        


        

    

    













I’ve checked knowledgebase and docs, but I can’t figure out how to solve this.



Any ideas will be greatly appreciated.



Thx,

Paul

If you are loading data from dyn. source, please be sure that data sent with correct content type - text/xml, this is critical for IE

dhtmlx.com/docs/products/dhtmlxG … rt_comprob - the article is grid related, but XML loading problems and solution, which it desribes, common for all components.