On 18 September 2010 11:45, Niklasro <[email protected]> wrote:
> Thank you for helping with specifics. I found KML could handle escape
> chars i infowindows and georss couldn't. I've tried to generate both
> types: forum.koolbusiness.com/output.kml and /georss The
> http://www.koolbusiness.com/georss looks valid but breaks infowindows
> when loaded to a map.

That's because your KML wraps the content as CDATA, and the RSS
doesn't. If you handle both as XML, the RSS is invalid because quote
characters should be double-encoded as &amp;rsquo; (for example).

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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