如果在Feed上使用自定义模块,ROME将如何查明?

时间:2015-08-29 23:24:39

标签: java rss rome

我目前正在使用ROME进行Podcast供稿的RSS处理。目前,这些饲料可以以不同的方式组成。 (其中一个例外是在Itunes提要架构中)。

自定义Feed阅读如何与Rome以及Modules package?将ROME自动将Feed / entries对象转换为ITunes可兼容的数据对象?在某个地方有这样的例子吗?

1 个答案:

答案 0 :(得分:0)

是的,如果你的类路径中有rome-modules,罗马会自动为你提供元数据模块:

class com.rometools.rome.feed.module.DCModuleImpl
class com.rometools.modules.content.ContentModuleImpl
class com.rometools.modules.slash.SlashImpl
class com.rometools.modules.itunes.EntryInformationImpl

对于a certain podcast feed,这将打印出来

<input id = "txtboxComment" type = "text" onkeyup = "typeComment(event)" placeholder = "Write a comment"/>
<div id = "comment"></div>