How to display RSS feeds with individual addresses?
#1
i'm trying to get my local news radio stations RSS feeds on xbmc (confluence).
only problem is that the feeds only show the title of the feed and not the content of the story.
heres the URL of the feed which works fine apart from the above issues:
http://www.newstalkzb.co.nz/xmljobs/rssc...tegories=2

heres a copy and paste of the top part of the web code:

<rss version="2.0"><channel>
<title>Latest News</title>
<link>http://www.newstalkzb.co.nz</link>
<description>Updated 24 Hours a Day - FOR PERSONAL USE ONLY</description>
<language>en-gb</language>
<LastBuildDate>Wednesday, 23 February 2011 22:55 +1200</LastBuildDate>
<copyright>Copyright: © Radio Network</copyright>



<image>
<title>Newstalk ZB</title>
<url>http://www.newstalkzb.co.nz/images/newstalkzb2.jpg</url>
<link>http://www.newstalkzb.co.nz</link>
</image>


<item>

<pubDate>Wed, 23 Feb 2011 22:20:01 +1200</pubDate>
<title>A rare loss for the Breakers</title>
<description>Gold Coast has handed the Burger King Breakers thieir first loss of the season, winning 94-91 on the North Shore</description>
<link>http://www.newstalkzb.co.nz/newsdetail1.asp?storyID=191358</link>
</item>

<item>

<pubDate>Wed, 23 Feb 2011 15:37:00 +1200</pubDate>
<title>Christchurch Earthquake: Photos</title>
<description>The damage the eathquake has caused in Christchurch. Photos courtesy of the New Zealand Defence Force and Brian Ashby</description>
<link>http://www.newstalkzb.co.nz/newsdetail1.asp?storyID=191357</link>
</item>



and here is my rssfeeds xml:
<xml><?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rssfeeds>
<!-- RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets. !-->
<!-- To use different sets in your skin, each must be called from skin with a unique id. !-->
<set id="1" rtl="false">
<feed updateinterval="30">http://www.newstalkzb.co.nz/xmljobs/rssc...tegories=2
</set>
</rssfeeds>
</xml>

what the feed shows is the stuff between the "title" stuff and not the "description"
also note that each story has its own invidual story id...

how can i make it display the Title and description of the story. AND only show say the top 10 stories based on the id number??
Reply
#2
anyone?
Reply

Logout Mark Read Team Forum Stats Members Help
How to display RSS feeds with individual addresses?0