Hello dear Andrea,
What my mean is that I make a little program.It can send xmlhttprequest(wfs) and receive response xml.And then parse the data from responseXML getting from the Geoserver.But after installed IE7 ,there something wrong.The codes are as follows.Although we will repalce the popup map demo with openlayers,is there other ways to parse the responseXML(GML) which didnot use the “node.getElementsByTagName(tag_name);”?
fc_node = getElements(xmlhttp.responseXML,“wfs”,“FeatureCollection”)[0];//fc_node is null viewed by IE7
node.getElementsByTagName(tag_name);//I think IE7 didnot support .getElementsByTagName() method.
Do you test it?Thank you very much!
Best wishes for you!
Sincerely yours,
Yang