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