Top "Syndication-feed" questions

SyndicationFeed Class represents a top-level feed object, <feed> in Atom 1.0 and <rss> in RSS 2.0.

Reading non-standard elements in a SyndicationItem with SyndicationFeed

With .net 3.5, there is a SyndicationFeed that will load in a RSS feed and allow you to run LINQ on …

c# rss syndication-feed syndication-item
How do I use SyndicationFeed?

This may seem like a dumb question, but I cannot for the life of me figure out how to get …

c# .net xml rss syndication-feed
Is there any defined atom syndication xml schema?

Is there any defined atom syndication xml schema? RFC 4287 only contains a Relax NG compact schema in appendix B.

xsd syndication syndication-feed atom-feed
How to get all possible image URLs from RSS feed item?

I try to use this example to get images urls from http://www.nydailynews.com/cmlink/NYDN.Article.rss but …

c# .net image url syndication-feed
Reading all rss items from C# SyndicationFeed

I am trying to read the RSS feed from C# code using System.ServiceModel.Syndication var reader = XmlReader.Create(feedUrl); …

c# rss syndication-feed
Building a Simple RSS reader, retrieving content

I am trying to make a simple RSS reader using SyndicationFeed class. There are some standard tags, like <title&…

c# rss syndication-feed
Is it possible to use authentication in RSS feeds using php?

I'm trying to develop a feed for an intranet document management system, so that staff can be notified of new …

php feed syndication-feed