2 messages in com.googlegroups.google-mashup-editor[gme] html entities in feeds
FromSent OnAttachments
Edu10 May 2008 04:15 
Jason12 May 2008 17:53 
Subject:[gme] html entities in feeds
From:Edu (karl@gmail.com)
Date:05/10/2008 04:15:17 AM
List:com.googlegroups.google-mashup-editor

Hi,

I have an atom feed, and some of the atom:title elements contain html entities, like this:

<entry> <title>Google: Music &gt; Electronica</title> <link href="http://directory.google.com/Top/Arts/Music/Styles/ Electronica/"/> <id>urn:uuid:89501136-e6dc-e210-396c-6329965e29e7</id> <updated>2001-01-28T17:30:16+0100</updated> <summary>electronic music,web directory</summary> </entry>

The <gm:text> and <gm:link> tags display html entities as encoded entities (&gt;, &amp;) rather than decoding them (>, &). You can also see this in the task list example in GME, when you enter & and > in a task description, they are displayed as &amp; and &gt;. Can this be fixed?

Thanks, Karl-Michael