Posts Tagged ‘xml’

RSS Feed

Tuesday, January 1st, 2008

I think everybody knows what a rss feed is, but how it works and how you can insert your own rss feed in the page is something special but very simple ;). The most important thing is that it has to be valid and you can easily check it with the feed validator because it is a normal xml file. If you are interested in more information about how you can implement it in your own page you can read the little howto that I found last week. This introduction is simple to understand and it’s not essential that you have any previous knowledge about xml or rss feeds.

If you use the firefox you can add the following line into the head section in the html code so that the rss sign will be shown in the url area.

<link href=”http://linktorss.ch/feed.rss” rel=”alternate” type=”application/rss+xml” title=”My RSS Feed” />