> I added the following: <?xml version="1.0" encoding="UTF-8"?>
I'm a bit worried about the character encoding here. You've now stuck a header on the XML that says it is UTF-8, but is it really? I think to be absolutely correct, that header ought to be <?xml version="1.0" encoding="utf-8" ?> with the lowercase and the space at the end ?> but I doubt that'll fix anything. Looking at it logically, if you get one marker only, it might be blowing up parsing and applying the second marker from the XML file. (It works for me in IE6, by the way) The only odd-looking thing about the second <marker> I could spot was that it included an accented character in "Colón y Drassanes ..." Did you actually create this file in utf-8 encoding? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
