read rss feeds and display on website

T

Tash

Hi,
I have a question. I'm not really a frontpage developer but was asked to
look into how we can read RSS Feeds and display on a webpage. So my question
is, Is it possible to read lets say a couple of newspapers RSS feeds and
display on a blank Frontpage 2000 page?

If so is there a plug in that I will need for Frontpage to read the rss?
Anyone know of any exmples to do this?

Thanks.
 
T

Thomas A. Rowe

Yes, you just need to insert the RSS feed code provided by the RSS feed publisher in to the HTML
view of the page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Tash

Can you give me an example. For example for new york newday.

I tried putting the Rss in the html of a blank page in frontpage 2000 and
then going to preview to see what I see and it just shows me html. What would
I put where?

The url for their feed seems to be:

http://www.newsday.com/templates/misc/rss.jsp?slug=/news/nationworld/world

and the rss is:


<?xml version="1.0" encoding="ISO-8859-1" ?>
- <rss version="2.0">
- <channel>
<title>Newsday.com World News headlines</title>
<link>http://newsday.com</link>
<description>Headlines from Newsday.com</description>
<language>en-us</language>
<copyright>Copyright 2005, Newsday.com</copyright>
- <image>
<title>Newsday.com</title>
<width>144</width>
<height>12</height>
<link>http://newsday.com/</link>
<url>http://newsday.com/images/icons/newsdaysmalllogo.gif</url>
</image>
- <item>
<title>Silence is cardinals' rule</title>

<link>http://www.newsday.com/news/nationw...2.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Mon, 11 Apr 2005 08:00:00 GMT</pubDate>
<description>ROBERT BLAIR KAISER in Vatican City</description>
</item>
- <item>
<title>Unsettled by expansion plans</title>

<link>http://www.newsday.com/news/nationw...0.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Sun, 10 Apr 2005 08:00:00 GMT</pubDate>
<description>ERIK N. NELSON in the West Bank</description>
</item>
- <item>
<title>Less fanfare 2nd time around</title>

<link>http://www.newsday.com/news/nationw...8.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Sun, 10 Apr 2005 08:00:00 GMT</pubDate>
<description>ALEX BELLOS in London</description>
</item>
- <item>
<title>Comfortable at head of table</title>

<link>http://www.newsday.com/news/nationw...5.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Fri, 8 Apr 2005 08:00:00 GMT</pubDate>
<description>MOHAMAD BAZZI IN BEIRUT</description>
</item>
- <item>
<title>Kurdish leader is new Iraqi president</title>

<link>http://www.newsday.com/news/nationw...2.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Thu, 7 Apr 2005 13:20:00 GMT</pubDate>
<description>MOHAMAD BAZZI IN BEIRUT</description>
</item>
- <item>
<title>Crowds cluster to view pontiff</title>

<link>http://www.newsday.com/news/nationw...8.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Thu, 7 Apr 2005 12:53:00 GMT</pubDate>
<description>CAROL EISENBERG IN VATICAN CITY</description>
</item>
- <item>
<title>The politics of picking a pope</title>

<link>http://www.newsday.com/news/nationw...0.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Tue, 5 Apr 2005 08:00:00 GMT</pubDate>
<description>CAROL EISENBERG IN ROME</description>
</item>
- <item>
<title>The place where a priest found a papal voice</title>

<link>http://www.newsday.com/news/nationw...1.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Tue, 5 Apr 2005 08:00:00 GMT</pubDate>
<description>MATTHEW MCALLESTER IN KRAKOW</description>
</item>
- <item>
<title>Farewell to 'people’s pope'</title>

<link>http://www.newsday.com/news/nationw...2.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Tue, 5 Apr 2005 08:00:00 GMT</pubDate>
<description>LETTA TAYLER IN VATICAN CITY</description>
</item>
- <item>
<title>Voters ready to take a stand</title>

<link>http://www.newsday.com/news/nationw...2.story?coll=ny-worldnews-headlines&track=rss</link>
<pubDate>Tue, 5 Apr 2005 08:00:00 GMT</pubDate>
<description>NICOLE ITANO IN ZIMBABWE</description>
</item>
</channel>
</rss>
 
T

Thomas A. Rowe

Sorry, I thought that the RSS Feed authors would provide instructions for implementation.

You can try, the following site:
http://www.rss2html.com/
Option 1

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

JJ

I have a question. I'm not really a frontpage developer but was asked to
look into how we can read RSS Feeds and display on a webpage. So my question
is, Is it possible to read lets say a couple of newspapers RSS feeds and
display on a blank Frontpage 2000 page?

If so is there a plug in that I will need for Frontpage to read the rss?
Anyone know of any exmples to do this?


FeedForAll has a free PHP script at
http://www.feedforall.com/free-php-script.htm that allows you to display feeds
as HTML. ByteScout also has an ASP script that will do it, I forget the url but
I think that it is in this article:
http://www.rss-specifications.com/displaying-rss-feeds.htm

Best
JJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top