Rss
i have created RSS(really simple syndication) page. it's a xml file. but i don't know how to add this RSS into my html page and also i want to know how it works. very urg. pls.
[186 byte] By [
queenz] at [2007-11-19 13:34:27]

# 1 Re: Rss
i have created RSS(really simple syndication) page. it's a xml file. but i don't know how to add this RSS into my html page and also i want to know how it works. very urg. pls.
1. To publish your feed - include this <link> to your HTML page:
<head>
...
<link rel="alternate" type="application/rss+xml" href="feed.rss" title="RSS feed for My Page">
...
</head>
2. Googling gives...
http://www.mnot.net/rss/tutorial/
http://rssgov.com/rssworkshop.html