掲示板

Syndication framework (rome.jar) customization with liferay 6.2

thumbnail
8年前 に Samir Gami によって更新されました。

Syndication framework (rome.jar) customization with liferay 6.2

Regular Member 投稿: 162 参加年月日: 11/02/04 最新の投稿
Liferay uses sun's syndication framework to generates RSS feeds. i.e. rome.jar.

Now we have requirement to customize RSS feed xml and add some extra tags/elements to xml which are not provided as part of liferay rss xml, for example,

<rss>
[indent]<channel>[/indent]
[indent][indent]<title>Liferay Feed</title>
<link>http://localhost:8080/........</link>
<description />
<namespace:fieldName1 />
<namespace:fieldName2 />
[/indent][/indent]

Any clue plz ?
thumbnail
8年前 に Samir Gami によって更新されました。

RE: Syndication framework (rome.jar) customization with liferay 6.2

Regular Member 投稿: 162 参加年月日: 11/02/04 最新の投稿
I have manage it with other way around, Thanks!!
thumbnail
8年前 に Olaf Kock によって更新されました。

RE: Syndication framework (rome.jar) customization with liferay 6.2

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
would you care to share your solution? I've missed your initial question but here's an example where I added custom content to the blog's RSS feed.