通过使用java解析rss提要来创建列表

时间:2021-11-08 01:36:55

Hiiii, i want to create a list of articles by parsing the rss feeds from a website.Can anyone suggest me how to create such a list.

Hiiii,我想通过解析网站上的RSS源来创建一个文章列表。任何人都可以建议我如何创建这样的列表。

1 个解决方案

#1


0  

You could take a look at the Rome library (http://java.net/projects/rome/). It'll parse different feed types and return you a nice set of java objects to work with.

你可以看看罗马图书馆(http://java.net/projects/rome/)。它将解析不同的feed类型,并返回一组很好的java对象来处理。

Not sure how Android compatible it is though and the project page seems to have become a little inactive lately although the jars are still available and widely used (http://*.com/questions/5492245/where-can-i-download-rome-rss-library-jar)

不确定Android是如何兼容的,尽管罐子仍然可用并且被广泛使用,但项目页面最近似乎变得有点不活跃(http://*.com/questions/5492245/where-can-i-download-罗马RSS库-JAR)

#1


0  

You could take a look at the Rome library (http://java.net/projects/rome/). It'll parse different feed types and return you a nice set of java objects to work with.

你可以看看罗马图书馆(http://java.net/projects/rome/)。它将解析不同的feed类型,并返回一组很好的java对象来处理。

Not sure how Android compatible it is though and the project page seems to have become a little inactive lately although the jars are still available and widely used (http://*.com/questions/5492245/where-can-i-download-rome-rss-library-jar)

不确定Android是如何兼容的,尽管罐子仍然可用并且被广泛使用,但项目页面最近似乎变得有点不活跃(http://*.com/questions/5492245/where-can-i-download-罗马RSS库-JAR)