Actually it isn't really a google maps problem,
i have now the same problem localy.
The great firefox can read the xml-data, but my IE makes problems...

var xml = transport.responseXML;
var kundenliste = xml.getElementsByTagName("kunde");
var kundenNrows = kundenliste.length;
alert(kundenNrows);

In IE it alerts ->0<-
in FF it alerts->5<- (actually i have 5 "kunden")

so the problem is with the xml.getelementsbytagname("kunde") for
internet explorer...
any ideas?

xml structure:
<kundenliste>
         <kunde>
                        <firmenbezeichnung><?php echo $firmenbezeichnung;?></
firmenbezeichnung>
         </kunde>
</kundenliste>

When i alert the response.responseText, it shows me the xml-
content.... but to make this getelementsbytagname is my problem....
heeelpp!!

On 16 Sep., 18:41, Rossko <[email protected]> wrote:
> On Sep 16, 5:26 pm, Emre Avsar <[email protected]> wrote:
>
> > Hi guys,
>
> > i have a problem... (again..)
>
> > The internet explorer 8 doesn't show the markers.
> > I have a generated xml-file wich is loaded with a ajax request.
> > i want to parse that xml and get the information to create a marker
> > for every customer or something like that...
>
> > In firefox it works great (like everytime) but the IE browser makes
> > some trouble...
> > I alerted this line of code:
> > var firmenbezeichnung = kunde.getElementsByTagName("firmenbezeichnung")
> > [0].childNodes[0].nodeValue;
>
> Why don't you use the provided browser-independant method GXml.value 
> ?http://econym.org.uk/gmap/basic3.htm
>
> >Here's the skript:http://bandheads.kilu.de/polo/
>
> I don't get a map in IE6 or FF2.  I think some other script provided
> by your hosting is overwriting your map initialize() function before
> it gets called.
> Change yours to map_init() or something.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to