Hi !
Our customer wants to use RSS on the site we are building right now. Earlier I have built feeds like that by "hand" (via code create the correkt xmldocument and then output it to the response stream).
Is there any samples where I can see how to use this control:
EPiServer.WebParts.WebControls.RssControl
?
Is there any advantages to use the "EPiServer.WebParts.WebControls.RssControl" ?
Thanks !
I think that control is a not a feed control but a feed consume. You still need to format rss as earlier. However we have one rssfeed in our sample package.