In the layers that load data from xml stream, we always check the fileType
like this:

requestSuccess:function(request) {
        if (this.features) {
            var doc = request.responseXML;

            if (!doc || request.fileType!="XML") {
                doc = OpenLayers.parseXMLString(request.responseText);
            }
......

I tested on IE6 and firefox2, the fileType is undefined, and this will force
re-parse the xml string.

-- 
Li XinGang
EMail: [EMAIL PROTECTED]
Blog:   avlee.cnblogs.com
Site:    www.mapboost.org.cn
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to