问题标签 [rome]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
278 浏览

java - 如何在 java 中使用 rome 获取 rss 提要的评论

我正在使用 rome 0.9 来获取提要。但我无法获得该博客的评论。

我能够获得所有参数,但无法获得评论......

0 投票
3 回答
168 浏览

java - 如何避免罗马异常

我正在使用 struts1 做项目。我正在使用 ROME 获取 RSS 提要,但在两种情况下失败:

  1. 当我的防火墙禁止 rss url 时(响应码 403)
  2. 当我插入不正确的 rss 网址时

为了避免这种情况,我应该怎么做?

0 投票
1 回答
848 浏览

java - 如何以编程方式从博客站点中查找博客提要 URL

我们使用下面的代码来阅读一个RSS | ATOM feed,有没有办法找到RSS | 博客提要的 ATOM URL 给出博客站点(例如for http://my.typepad.com or http://occupylosangeles.org/)。这应该类似于 google.com/reader 所做的。

0 投票
1 回答
422 浏览

java - Is the ROME RSS parser result list in feed-published order?

i did search for information on this, but unfortunately couldnt find one .. Can anyone help with this ?

Example :

#xA;

Does the List object "data" always contain the feed entries in the order that the feed published (i.e. the latest feed first and the rest in descending order of published date) ?

the outputs i got do list it in that order but im not a 100% sure whether its dependable and i can forgo the sorting excess.

0 投票
1 回答
2828 浏览

java - 放置内容:使用 ROME 在 RSS 提要中编码

我正在尝试<content:encoded>使用 ROME 及其模块将一些 HTML 内容放入标签中。到目前为止,我已成功地将 mediaRSS 和 geoRSS 放入提要中,但我的内容没有显示出来。

这是我的代码:

这是我的输出

0 投票
1 回答
689 浏览

java - 如何使用 ROME 从 Atom 提要中读取“gd:image”元素

我正在使用 ROME 库来解析 Blogger Atom 提要,我需要阅读作者缩略图的 URL。我怎样才能做到这一点?送丝不包含此元素。

0 投票
2 回答
13570 浏览

java - 在 java/rome 中读取 RSS 提要:无法访问 org.jdom.Document

我正在尝试在 java 中读取 RSS 提要我正在使用 ROME 来读取提要,但出现错误无法访问 org.jdom.Document 的 org.jdom.Document 类文件,未找到 SyndFeed feed = new SyndFeedInput().build(reader ); 1 个错误

我已将 jdom 添加到库中,但仍然出现错误。请指导我如何解决它。我的代码如下

0 投票
1 回答
929 浏览

spring - JDOM 异常 Spring MVC

我正在尝试为我的网站创建 RSS 提要,并且正在使用 rome 1.0 库。当我运行我的项目时,我得到以下信息:

我在互联网上搜索,他们说可能缺少一个图书馆。但我把罗马图书馆放在了这个方向:

我试图了解问题的根源,但我不能。谁能向我解释为什么会这样?

0 投票
1 回答
741 浏览

java - ROME RSS:如何获取 RSS 图标

我正在尝试编写一个小型 RSS 阅读器。我使用 ROME 来获取 RSS 提要。到目前为止,这工作正常。但是,我无法获取各个提要的 RSS 图标。有没有办法通过 ROME 获取图标(例如 URL),或者有人知道通过没有 ROME 的 java 实现此目的的简单方法吗?

0 投票
3 回答
2006 浏览

java - 罗马 XmlReader 不阅读 https 提要

我正在尝试阅读https://d3ca01230439ce08d4aab0c61810af23:bla@mycon.mycompany.com/recordings.atom

使用罗马,但它给了我错误

我正在这样做

我需要将用户名密码放在某处吗?

更新

这是我做过的