victor
victor

Reputation: 11

generate rss according to views argument in drupal

is it possible to generate RSS according to views(module) argument?

Upvotes: 0

Views: 212

Answers (1)

Sid Kshatriya
Sid Kshatriya

Reputation: 5015

Yes of course, you can generate RSS in a view by adding a Display of type 'Feed" (a Display just like Page and Block except that it generates RSS xml. This is a normal feed with a URL of its own and you can pass it any arguments.

e.g. if your feed is at my_view/feed you can pass it an argument my_view/feed/<argument>

Here is a useful tutorial http://www.brighthub.com/office/home/reviews/10563.aspx

Upvotes: 1

Related Questions