Getting raw XML data from a Feedburner RSS feed

前端 未结 10 2161
轮回少年
轮回少年 2021-02-05 00:22

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

10条回答
  •  我在风中等你
    2021-02-05 00:44

    You should use ?format=xml to get raw XML for a feed. Indeed, both ways of retrieving feed XML works. But not always. ?format=xml however worked on all feed I've tried, but ?fmt=xml does not. I could guess, fmt is legacy parameter, as the feeds where View feed XML button available use format.

    Often, FeedBurner provides XML feed directly (don't be confused with stylesheets used to prettify RSS).

提交回复
热议问题