如何以格式化的 XML 格式查看 RSS 提要?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/680003/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-06 12:25:10  来源:igfitidea点击:

How do I view RSS feeds as formatted XML?

xmlrss

提问by Vasil

Is there a way to view rss feeds as formatted xml that doesn't involve messing with my browser's installation or writing my own tool?

有没有一种方法可以将 rss 提要作为格式化的 xml 来查看,而无需弄乱浏览器的安装或编写自己的工具?

Edit:

编辑:

Preferably a way that works on an OS other than Windows.

最好是在 Windows 以外的操作系统上工作的方式。

回答by user3755688

Code Beautify's RSS Viewer is a tool to view RSS feed as XML as well as in HTML format: http://codebeautify.org/rssviewer/

Code Beautify 的 RSS 查看器是一种工具,可以查看 XML 和 HTML 格式的 RSS 提要:http: //codebeautify.org/rssviewer/

Click on Load, enter RSS feed URL and it will output XML data on the left side and HTML data on the right side. This tool also supports to convert RSS XML to JSON.

点击Load,输入RSS feed URL,左侧输出XML数据,右侧输出HTML数据。此工具还支持将 RSS XML 转换为 JSON。

回答by Gene Bo

Just put Feed URL into Google Chrome, and it shows the results as XML

只需将 Feed URL 放入 Google Chrome,它就会将结果显示为 XML

回答by i_am_jorf

XML Notepaddoes a decent job for the right price (free).

XML Notepad以合适的价格(免费)做得不错。

You can also drag-drop the file into Chrome and press CTRL+U.

您也可以将文件拖放到 Chrome 中,然后按 CTRL+U。

You can also use CMD + Opt + U on a Mac.

您也可以在 Mac 上使用 CMD + Opt + U。

回答by jerebear

If you view the feed in Firefox it'll read like an RSS reader, but if you view the source code you've got it in XML format. And you can get both on MAC (if that's the OS you're referring to).

如果您在 Firefox 中查看提要,它会像 RSS 阅读器一样读起来,但是如果您查看源代码,则会以 XML 格式获得它。并且您可以在 MAC 上获得两者(如果这是您所指的操作系统)。