On 26 July 2010 19:25, shadrack <[email protected]> wrote:
> The map at this link: http://www.julieshad.com/so_or_ag/agguide_map2_v2.html
> is using this xml: http://julieshad.com/so_or_ag/marker.xml.  It was
> working a few days ago, and now it is not, with no changes to the
> code.  IE8 gives this error: 'Webpage error details

Well something must have changed, and if your code hasn't it might be your data.

Point your browser at the xml file and see what happens. In Firefox
with Firebug I get the following; I expect IE will show something
similar:

XML Parsing Error: not well-formed Location:
moz-nullprincipal:{a5833919-4beb-4d84-8998-e1e6feb9363c} Line Number
1, Column 1155:

...aurant' connections= 'blah'/><marker name='Brian's Green Thumb
Farm' label='0...
...-------------------------------------------------^

You can't include a literal apostrophe in a string which is delineated
by apostrophes. That needs to be &#39; (with the semicolon).
-- 
Andrew C Leach

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