7 messages in com.googlegroups.google-mashup-editorRe: GME can't read this feed
FromSent OnAttachments
babygodzilla14 Sep 2007 08:37 
babygodzilla14 Sep 2007 08:40 
Jason14 Sep 2007 10:14 
babygodzilla14 Sep 2007 11:19 
babygodzilla14 Sep 2007 12:38 
Jason17 Sep 2007 14:06 
Benjamin18 Sep 2007 05:09 
Subject:Re: GME can't read this feed
From:babygodzilla (kevi@gmail.com)
Date:09/14/2007 08:40:35 AM
List:com.googlegroups.google-mashup-editor

I forgot to say that I also tried saving the feed as its own XML file, and adding the

<rss version="2.0"> <channel>...</channel> </rss>

I thought that would help somehow, of course it didn't help at all.

Just trying to make a simple table with a list of dave matthews band concerts for my own purposes that has a feed from Eventful. The URL of the feed
ishttp://api.evdb.com/rest/events/search?app_key=WsB8jSdV9hCDZ2TV&keywo...

this is what i did, just exactly as the tutorial except with a different feed.

<gm:list id="testFeed" data="http://api.evdb.com/rest/events/search? app_key=WsB8jSdV9hCDZ2TV&keywords=dave%20matthews" template="testTemplate"/>

<gm:template id="testTemplate"> <table> <tr repeat="true"> <td><gm:text ref="title"/></td> </tr> </table> </gm:template>

I tried to view this feed using the FeedBrowser and it comes up with something completely useless. Can someone help please? thanks.