Top "Rss" questions

Really Simple Syndication (RSS) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

RSS feed: how to recommend an update interval?

When publishing an RSS feed, is there some attribute in the XML that can be used to recommend the update …

xml rss syndication
Where I can find the official XSD schema for RSS 2.0

I am looking for the XSD schema of RSS. Via Wikipedia I have found several pages on the specifications of …

rss xsd schema
How can I pull media:thumbnail from an RSS feed with SimplePie and fetch_feed()?

I have two separate WordPress installs – I will call one Site A, and the other Site B. I want to …

php wordpress rss feed simplepie
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
Is there a PHP feed reader for both RSS and ATOM?

I need a PHP library/script that can retreive data from feeds, no matter if they are RSS or ATOM, …

php rss atom-feed
Flickr feed problems. how to show all images from a photostream

I am using a bespoke JQuery/PHP script which parses a Flickr feed using SimpliePie and outputs an image gallery. …

php jquery rss flickr
How to get more Feed items?

How would I get the next page or more results for a feed? For example, when I go to Security …

rss feed atom-feed
How to test XML file using RSpec?

I have an RSS feed that I am writing an RSpec test for. I want to test that the XML …

ruby xml rspec rss
SelectNodes not working on stackoverflow feed

I'm trying to add support for stackoverflow feeds in my rss reader but SelectNodes and SelectSingleNode have no effect. This …

c# .net rss atom-feed
Are there RSS feeds for iOS apps' reviews on the app store?

I am interested in getting an RSS feed for new customer reviews for my app on the app store, does …

iphone ios rss app-store review