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 11:19:22 AM
List:com.googlegroups.google-mashup-editor

Jason,

Thanks for the prompt reply. I tried using the feed's Atom and RSS versions, but neither worked. The RSS version came up blank, and the Atom is deemed as malformed by GME.

Atom:
http://api.evdb.com/rest/events/atom/search?app_key=WsB8jSdV9hCDZ2TV&keywords=dave%20matthews RSS:
http://api.evdb.com/rest/events/rss/search?app_key=WsB8jSdV9hCDZ2TV&keywords=dave%20matthews

What to do?

Thanks!

On Sep 14, 10:14 am, Jason <gmej@google.com> wrote:

Hi, and welcome to the group! At this time, GME can only pull RSS- and Atom-formatted feeds; since your source is not formatted as either, the Feed Browser displays an empty feed. While there are no plans to extend support for arbitrary XML content, you should be able to use Yahoo! Pipes or another similar tool to transform the arbitrary XML into an RSS feed, which can then be pulled into GME. For several examples of how to do this, see the GME mashup Jookebox, which uses Pipes to display Amazon search results in a GME list.

http://jookebox.googlemashups.com

- Jason

On Sep 14, 8:37 am, babygodzilla <kevi@gmail.com> wrote:

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.