Getting raw XML data from a Feedburner RSS feed

前端 未结 10 2158
轮回少年
轮回少年 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:50

    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
    

提交回复
热议问题