Fórumok

Syndication framework (rome.jar) customization with liferay 6.2

thumbnail
Samir Gami, módosítva 8 év-val korábban

Syndication framework (rome.jar) customization with liferay 6.2

Regular Member Bejegyzések: 162 Csatlakozás dátuma: 2011.02.04. Legújabb bejegyzések
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, módosítva 8 év-val korábban

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

Regular Member Bejegyzések: 162 Csatlakozás dátuma: 2011.02.04. Legújabb bejegyzések
I have manage it with other way around, Thanks!!
thumbnail
Olaf Kock, módosítva 8 év-val korábban

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

Liferay Legend Bejegyzések: 6403 Csatlakozás dátuma: 2008.09.23. Legújabb bejegyzések
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.