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.