How do I find out what format a feed is in (eg RSS 0.91 or 1.0...) just by looking at the URL. I have noticed that the feed URLs end differently some end with .xml, some end with RDF and their are also others too. Can someone please tell me how to find out what format the feeds are in please??? or does anyone know a good link which would help???
You can check format of the feed by looking into it's source code. In Fireffox: 1. Enter feed URL into address bar and press enter. 2. Press Ctrl + U The first line of Atom feed will show: <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"> Code (markup):