I have an XML file that I load via a GXmlHttp call.  The XML contains
data to create a bunch of Markers on my map.  I ran into a situation
where everything would work fine in Firefox 3, but in IE 7 a call to
documentElement.getElementsByTagName() would constantly die with the
following error:
"document.element is null or not an object"

After some troubleshooting I determined the cause of the problem was a
"single right quotation mark" character inside of an attribute value
instead of an intended single quotation (apostrophe) character.  My
question is, why does this cause the error in IE?  How would I
correctly represent this character in an XML attribute if I actually
wanted it there?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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