Search code examples
rssfeedburner

Getting raw XML data from a Feedburner RSS feed


For an Android app I am currently working on, I would like to be able to parse raw XML data from an RSS feed and display it. The RSS feed in question uses Feedburner for publishing, and my Google-fu has so far given me nothing on how to get the raw XML. Any tips?


Solution

  • 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.