November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Now - are there other alternatives to display RSS feeds without having to write the entire ting myself ?
No ?
Since that control was written Microsoft has added great support for working with feeds directly in .NET framework so you don't have to write the parsing yourself, see the SyndicationFeed class and if you google for it will find plenty of examples.
Hope that helps.
Hi !
I will get back to this thread once I've got something done.
There are a few other more important tasks to be dealt with right now...
Well, I finally made it !
What I'm a little uncertain of, is whether this solution is ok: I simply copied EPiServer source extracted by .NET Reflector, and modified this source into a new set of classes that contained the missing fields. I'm not gonna sell it or anything, but...
I'm new to both ASP.NET and EPiServer (5.2.).
I'd like to add a some of the optional fields from the RSS feed xml to be displayed. All I have found out so far is the the 'Container' object in the ItemTemplate doesn't have other rss feilds than "Description", "Link" and "Title". The closest I've got to a solution so far is that the Doc property seems to contain the complete feed document. But using that means parsing the entire doc by hand, right ?
Any ideas on how to display "category" and "pubDate" ?