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

_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to