On Jan 3, 8:39 am, Gretchen <[email protected]> wrote:
> It's odd because I was able to get KML files to work and aren't they
> essentially XML?

It depends on where they are being parsed.  If you are using KmlLayer,
they are being parsed at Google's servers and aren't subject to the
same domain restriction.

If you are parsing them in the client (using xmlHttp to get them),
then they either have to be in the same domain, or accessed through a
proxy (and I don't think you can run a proxy from your domain on
google sites, but I could be wrong).

  -- Larry

>
> I will have to research xmlHttp.
>
> Thanks so much for all your help!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to