On Nov 26, 1:48 pm, Schall <[EMAIL PROTECTED]> wrote: > > I have put alert boxes, which shows that the XML is generated fine in > both cases, but in FF the markers array is not created (markers.length > = 0). > > Any ideas any one?
Firefox appears to consider your marker elements are nested, and consequently parsing the XML fails. You could try ensuring that there is a space before the /> at the end of each element; or explicitly using </marker>. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
