> Odd thing is, it was at MapItemID="185"...so I am wondering if there > is another issue...and its just being ignored.
As Larry pointed out, the XML error makes IE treat the whole file as "bad XML". It refuses to parse it altogether, it won't parse it until the error and then stop. The first bit of code that tries to use the non-available XML data is in one of your own code files at or about line 45. It is possible to make your own code more robust. It could check to see if an XML file has been parsed correctly befoore it tries to use it, and if not do something (an alert perhaps) cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
