Foros de discusión

Syndication framework (rome.jar) customization with liferay 6.2

thumbnail
Samir Gami, modificado hace 8 años.

Syndication framework (rome.jar) customization with liferay 6.2

Regular Member Mensajes: 162 Fecha de incorporación: 4/02/11 Mensajes recientes
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, modificado hace 8 años.

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

Regular Member Mensajes: 162 Fecha de incorporación: 4/02/11 Mensajes recientes
I have manage it with other way around, Thanks!!
thumbnail
Olaf Kock, modificado hace 8 años.

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

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
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.