If you have a WordPress blog, the RSS feed is usually located at yourwebsite.com/feed. If you have a blogger/blogspot blog, then the RSS feed is located here: http://blogname.blogspot.com/feeds/posts/default
Thank you Helge Sverre. I found it. At the top of page this message is shown: "This XML file does not appear to have any style information associated with it. The document tree is shown below." What do I need to do? Why RSS is important?
rss feed become important, because it makes easier to visitor/user, all post content on website receive on inbox message..
Thank you robyries. Will you please explain following line: "This XML file does not appear to have any style information associated with it."
That just means that there is no Style(design) attached to the XML document so the browser will display it in its default style, it can look different if there is a style attached. See this link for more information on this: http://www.w3.org/Style/styling-XML.en.html RSS is just a simple way to syndicate your content to your readers, you can also use RSS to grab posts frmo other blgos and display them in your sidebar. What I used RSS for a while ago was for News sites. I grabbed a lot of RSS feeds from different news sources into a RSS Reader i had on my computer and got regular updates about the news right on my desktop. I actually wrote a tutorial on how to parse XML(rss is xml) files with PHP, so if you are interested in doing data manipulation with RSS feeds it might be interesting for you to read, here is the link: http://helgesverre.com/blog/how-to-parse-xml-in-php/