Hi all.

I'm hoping someone can help me debug an error i'm getting with both
IE6 and IE7 on this map:

http://googlemapsapi.martinpearman.co.uk/user_maps/iccwebhome.com/

The original XML file that i'm trying to parse contains over 1500
marker elements and this works fine in all browsers except IE6 and
IE7.

IE6 and IE7 both give the error:
Line: 92
Char: 18
Error: Invalid argument
Code: 0

Now i decided to trim down the original XML file so that i could post
a link to the map.
I found that with just 100 markers, the map successfully loads in IE7
but still fails in IE6.
Increasing that number to 159 marker elements causes the page to then
fail to load in IE7.

Suspecting invalid XML i tried a few online XML validator sites and
none of them reported anything but valid XML.

(I'd already fixed errors where apostophes and ampersands weren't
encoded btw).

IE6 and IE7 both successfully display the XML file (both original XML
and the trimmed down version) when i enter it's URL into the address
bar so i really can't see how the XML has any errors(!!).

This is the URL to the trimmed down XML file containing just 100 or so
marker elements:

http://googlemapsapi.martinpearman.co.uk/user_maps/iccwebhome.com/geocode/debug.xml

And the javascript code which the line 92 error refers to is here:

http://googlemapsapi.martinpearman.co.uk/user_maps/iccwebhome.com/script/IccWebMap.js

In fact that line number has remain constant throughout many code
changes - i even deliberately put comments in IccWebMap.js and
ClusterMarker.js to see if the reported line number changed and it
didn't!

If anyone has any ideas it'd be much appreciated.

Martin.

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