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.

Node.js RSS module

Is there a way to read from an RSS feed using Node.js, possibly, in Real-time? Thanks

rss node.js
'OR' operator in XPath predicate?

What is the XPath expression to select <link> elements with type="application/rss+xml" OR type="application/atom+…

xpath rss atom-feed
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
EditText with suggestion list below

I want to implement a "Google instant" like list in my app. Having an editText on top and a list …

android listview rss android-edittext
Retrieving RSS feed with tag <content:encoded>

I have the following snippet of code: function getFeed($feed_url) { $content = file_get_contents($feed_url); $x = new SimpleXmlElement($…

php rss
How does RSS reader know that a feed is updated?

Just learning about this via youtube but could not find answer to my question of how reader knows there is …

rss push
convert rss to JSON

craigslist has an rss feed and i wish to convert the feed to JSON format so that I can parse …

json rss
Can I serve RSS in JSON?

I am writing an RSS feed (for fun) and was looking at the spec here. RSS is a dialect of …

xml json rss
Convert RSS pubDate to a timestamp

How to convert a date string Mon, 24 May 2010 17:54:00 GMT from RSS feed to a timestamp in PHP ?

php rss timestamp pubdate
PHP way of parsing HTML string

I have a php string that contains the below HTML I am retrieving from an RSS feed. I am using …

php html rss simplepie