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
Feedburner feeds send the browser back raw XML, but it also sends a stylesheet that styles the XML markup, so the browser renders the XML as styled content:
However the data being served up is XML.
So it's completely unnecessary to add query params like ?format=xml
. If you log the response from a request to one of these feeds, or view source, you'll see XML.