how do i integrate an rss feed into my frontpage 2003 website

G

Guest

I am trying to integrate an rss feed into my fronptage website, but have no
idea how to do this! I think I need an rss parser? Any help would be
gratefully received.
 
S

Stefan B Rusynko

See http://msdn.microsoft.com/library/d...c_fp2003_ta/html/OfficeFrontPageCreateRSS.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I am trying to integrate an rss feed into my fronptage website, but have no
| idea how to do this! I think I need an rss parser? Any help would be
| gratefully received.
 
G

Guest

Many thanks Stefan, but I think this is if I want to put my website content
into an rss feed. What I'm trying to do is incorporate an rss feed that I
have from another website, so that the content is displayed on my website.
Anyone know how to do this?
 
T

Trevor L.

Steve said:
Many thanks Stefan, but I think this is if I want to put my website
content into an rss feed. What I'm trying to do is incorporate an rss
feed that I have from another website, so that the content is
displayed on my website. Anyone know how to do this?

I have found a free RSS reader.

I use this HTML
<a href="abcnews.html" target="_self">
<img src="images/display/abc_news.gif"
alt="" title="ABC News RSS" width="120" height="24"/></a>

This opens another page which is this (with a few embellishments, e.g. a
Home button)
<script type="text/javascript"
src=
'http://rssxpress.ukoln.ac.uk/lite/viewer/?rss=http://abc.net.au/news/syndicate/topstoriesrss.xml'>
</script>

You just need to know the name of the xml file and put it after ?rss=.

So it uses a page on my site (in Australia), which then calls a page on a UK
site (rssxpress.ukoln.ac.uk) which then calls a page back in Australia again
(on abc.net.au). But that's the way of the Internet - it works fine :))
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
 

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