Creating RSS Feed channel
Every RSS Feed should have only one Channel. Channel can have n number of items, each item will represents a news/ update.
Channel should have title ,link, short description about the rss feed
Here the code for channel
<channel>
<title>W3Schools Home Page</title>
<link>http://nscraps.com</link>
<description>Technical scraps</description>
<item>
..........
</item>
<itme>
..........
</item>
........
.........
</channel>
<< How to create RSS Feed How to add News in RSS feed >>
