Questions tagged [syndication-item]
19 questions
0
votes
1 answer
Select items by category in SyndicationFeed
I am using the .NET SyndicationFeed to create my own RSS website feed. No problem creating it and displaying all of them but I have not quite figure out how to select all the news items in the feed that have a specific category.
For example all…

Lord of Scripts
- 3,579
- 5
- 41
- 62
0
votes
4 answers
Get media elements from RSS using SyndicationFeed
I'm attempting to parse an RSS feed using C# and the SyndicationFeed class. I'm iterating over the items to get a list of SyndicationItems and that is exposing most of the feed properties, but what I cannot get out is the media:thumbnail element:
…

LDJ
- 6,896
- 9
- 52
- 87
0
votes
1 answer
Reading non standard tags in a RSS feed
I'm trying to write an RSS feed for the Ferrari site, but I can't read it all, using SyndicationItem. The problem is that the method getContent() reads only , and elements (all of them are children of - ). I need to…

Pierpaolo Paris
- 87
- 12
0
votes
1 answer
SyndicationItem Content encoding
I am adding some simple tags to my SyndicationItem Content object like
var newSyndicationItem = new SyndicationItem(item.Title, item.Brief, new Uri("http://www.x.com/news/" + item.ID));
newSyndicationItem.PublishDate = new…

Yasser-Farag
- 592
- 4
- 9
- 28