Hey guys, I stumple onto this site that provides a Rss tool that does the job just perfectly. Anyway here it is: <a href="http://www.studentcoins.com/full- rss/">Full rss</a>
It is XML. It takes your content, usually the title, the date, the excerpy/fullcontent and the original link, and encloses all these data into tags like this <xml> <item> <title>The Title</title> <date>1/2/3</date> <link>http://www.link.com</link> <description> content here</description> Code (markup): and all your posts are entered in as items into that xml(RSS) feed. RSS is called RSS and not simply XML because RSS implies the formating standards like <title><description> etc. And these feeds are meant for syndication, or redistribution of content into readers or any other source that wants to use it. </item>