> (a) Geo-coordinates within RSS feeds are normally included within the > <geo:lat> and <geo:long> tags. After much research, debugging and hair > pulling, I realized that such tags cannot be read within Chrome. We > need to get rid of the ":" in the tagnames. To workaround this bug > I've used a simple replace script (PHP).
What you might do alternatively, is look into parsing XML with namespaces (geo:) and the cross-browser issues around that, examples http://www.google.co.uk/search?hl=en&source=hp&q=javascript+parse+xml+namespace&meta=&aq=f&oq= --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
