Getting raw XML data from a Feedburner RSS feed

In Google Chrome you might need to apply both methods described here at the same time (?format=xml and view-source:):

view-source:http://feeds.feedburner.com/TheRegardingBlog?format=xml

For the people who still haven't figured it out:

Send an HTTP request without any headers (i.e. don't do it from a browser) to receive the raw RSS feed.


From Google Chrome you can update the url like so and you will get the raw xml:

view-source:http://feeds.feedburner.com/TheAppleBlog


Try adding fmt=xml to your url. For ex: http://feeds.feedburner.com/blogname?fmt=xml.

I am having other strange problems for iOS SDK using XPathQuery to extract data from the response.

Tags:

Rss

Feedburner