Tagged and on the fly RSS
Filed under:
eZPublish
Comments
RSS Streams for comments: http://triligon.org/triligon/flexiblerss/rssexport/view/flexiblerss_children/nodeid/383Sounds like aplan
The good thing about it is that is solves the issues with deciding what fields to use for what, simply add an RSS template for each class you want to use ;)Use case
To get a feed of all the latest item under the node 42 :http://triligon.org/content/view/rss/42
xavier Why not creating a new view ?
Hi,
I'd create a new view "rss".
Override it and the pagelayout so it generates the <channel> and the rss headers and loops the children (or related objects).
foreach children
you display it with
{node_view_gui view=rssitem
and of course override the various rssitem views for each class if needed (to add the description).
What do you think ?