Hi Hi I've seen websites which have news headlines from rss or xml feeds and when you click in them, the whole article is displayed in the same website, rather than being transferred to the source of the feed. How is this done??? After loads of research I can only find feeds which essentially take traffic away from my site.!!! Any help would be hugely appreciated! Thanks. Dave
Those sites are running scripts which pull the data from the rss feed and cache it. What you see is not the original RSS feed but their cached version of it. You could also use an IFRAME and display the rss feed in the iframe. When the links are clicked the full article displays in the frame instead of taking the user to the source.