[Radiant] News headline (RSS summary) behavior
ale
ale at incal.net
Mon Oct 2 07:34:49 CDT 2006
Bryan wrote:
> Hello,
>
> I was able to install Feedparser and install the behavior. I have
> selected the RSS Behavior from the drop down.
>
> I have pasted the following into the page.
>
> <r:feed:items url="feed://feeds.feedburner.com/BurnThisRSS2" limit="5"
> />
> <dt><r:feed:link /> - by <r:feed:creator />, <r:feed:date /></dt>
> <dd><r:feed:content /></dd>
> </r:feed>
>
> I received the following error message for the page. I have tried a
> couple different feed urls.
>
> end tag not found for start tag `'
>
> Could some suggest an actual link so that I can test this behavior?
It seems to me that your markup is wrong, it should be:
<r:feed:items url="feed://feeds.feedburner.com/BurnThisRSS2" limit="5">
<dt><r:feed:link /> - by <r:feed:creator />, <r:feed:date /></dt>
<dd><r:feed:content /></dd>
</r:feed:items>
--
ale
More information about the Radiant
mailing list