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/
----------------------------------------