Pointers on how to do things on the World Wide Web
Author: Marghanita da Cruz
RSS Feed: How to set up a basic RSS Feed (2 July 2007) | How to set up a Web Form (23 July 2007)
How to set up a basic RSS Feed
"RSS is a family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts. "- RSS, Wikipedia, the free encyclopedia
- Create an RSS feed. For an example look at the source of XML File (note: use of AEST - Australian Eastern Standard Time)
- Create an XSL style sheet which transforms your XML to HTML - (Note - this how-to-rss-style.xml seems to crash Mozilla 1.4 erratically and you don't need a style sheet for later browsers and RSS feed readers)
- Upload your XML (and optionally XSL Stylesheet) File to your website
- View your XML file (if you use a stylesheet, you need to specify it in the XML file) in your browser
- Validate your XML File - try feedvalidator.org
- see media-release-2007-05-11.shtml for an example of
- Advertising a feed by providing a text and RSS Graphic link to your XML File on your website
- Displaying content of the feed on your webpage with an iframe
- To find out what happens to your feed, see www.newsonfeeds.com/faq/aggregators
References