> i think i'm doing everything correctly, I know how to change
> everything else to customize it the way I want but I'm stuck! Can't
> get the XML file to load
>
> my site is here:  http://asiancorky.googlepages.com/index.html

Have you looked at your javascript error reports?
IE6 is unhelpful as usual, 'object expected'
FF2 says
   xmlDoc has no properties
   Line 169
which gives more of a clue.  Something to do with XML perhaps.
So let's try putting your XML http://asiancorky.googlepages.com/locations.xml
into a validator like
   http://validator.w3.org
and it reports it can't check it all, the MIME type is wrong.

If you're serving the data dynamically, you need to set the output
headers.  Or if it's a 'real' (static) XML file you need to get the
server mime type corrected for filetypes with .xml extensions.

Firebug also reports the follwing image files are not accessible on
your server, you'll need these later
http://asiancorky.googlepages.com/images/mm_20_red.gif
http://asiancorky.googlepages.com/images/mm_20_yellow.gif

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

Reply via email to