Forums de discussion

Syndication framework (rome.jar) customization with liferay 6.2

thumbnail
Samir Gami, modifié il y a 8 années.

Syndication framework (rome.jar) customization with liferay 6.2

Regular Member Publications: 162 Date d'inscription: 04/02/11 Publications récentes
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
Samir Gami, modifié il y a 8 années.

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

Regular Member Publications: 162 Date d'inscription: 04/02/11 Publications récentes
I have manage it with other way around, Thanks!!
thumbnail
Olaf Kock, modifié il y a 8 années.

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

Liferay Legend Publications: 6396 Date d'inscription: 23/09/08 Publications récentes
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.