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.

What is the best way to generate youtube playlist rss feeds for an iOS app?

What is the best way to generate youtube playlist rss feeds for an iOS app? At the moment I am …

ios youtube rss
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
msxml3.dll error '80072ee2' The operation timed out

I have a classic ASP page that is reading an external rss feed (xml document) and then displaying it on …

xml rss asp-classic msxml serverxmlhttp
How to display RSS FEED of other website to my site in asp.net?

I want to display RSS FEED of other website in my site made in ASP.NET. what should i do?

c# .net asp.net rss feed
How to decode Reddit's RSS using Golang?

I've been playing about with Go's XML package and cannot see what is wrong with the following code. package main …

xml go rss decode reddit
how can I get a global rss feed on Gitlab?

In Gitlab there is an RSS news feed button for every project. http://git.domain.name/userName/projectName/commits/master.…

rss gitlab atom-feed
Rss feed for a category in wordpress

I want to get the RSS Feed for only one specific category in wordpress. Anyone can help me?

wordpress rss feed
How to read all articles from a RSS feed?

I am using Python feedparser to read articles from a RSS feed. However, only the first page of articles can …

python rss feed feedparser rss-reader
Problems Reading RSS with C# and .net 3.5

I have been attempting to write some routines to read RSS and ATOM feeds using the new routines available in …

c# rss syndication
Python Feedparser: How can I check for new RSS data?

I'm using the feedparser python library to pull RSS data from a feed continuously. I've written my python code in …

python database rss