Questions tagged [rss]

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.

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

RSS is a dialect of XML. All RSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website.

Useful Resources:

7700 questions
2
votes
1 answer

Parse rss feed and append string to link - objective c

I'm working on a project that parses an rss feed for each article's title, description and link. I need to then append the link with a string @"?f=m" I'm having trouble figuring out where to start. I'm new to IOS programming. I think the file I need…
kpd
  • 23
  • 2
2
votes
1 answer

How to properly handle UTF-8 characters in Haskell?

I wrote up a small RSS feed downloader in Haskell, and I'm running into a problem with this story. The RSS item for this is: Defense lawyer says gov’t hid NSA role in California terrorism case
damien
  • 902
  • 1
  • 7
  • 12
2
votes
5 answers

Find out what is the new data from an RSS feed, compared with entries already in the database. Then put new entries in db. How?

Let's say I have a database, and an RSS feed. I have to find out what is the new data from an RSS feed, that isn't already in the database. How would you go about approaching this problem?
lol_wut
2
votes
2 answers

simple rss downloader in haskell

Yesterday i tried to write a simple rss downloader in Haskell wtih hte help of the Network.HTTP and Feed libraries. I want to download the link from the rss item and name the downloaded file after the title of the item. Here is my short code: import…
pasja
  • 365
  • 4
  • 10
2
votes
2 answers

Reading a specific line of xml with php

I am attempting to get information from the yahoo music news xml file, found here: http://news.yahoo.com/rss/music. I have gotten everything, except I have no idea how to get the value of "url" from the "media:content" tag. Here is what I have…
Eggo
  • 541
  • 7
  • 18
2
votes
1 answer

Parsing RSS in Python

I am trying to parse rss feed using python. The rss feed has the format: Yahoo! News - Latest News & Headlines
Manas Paldhe
  • 766
  • 1
  • 10
  • 32
2
votes
3 answers

Can you subscribe to a facebook page via rss?

I have created a page and I would like users to be able to subscribe using rss (similarly as twitter). The only possibility I see is a subscription to notes, not the wall. Any ides how this can be done?
smithystar
  • 41
  • 1
  • 6
2
votes
4 answers

Randomize external RSS feed order in PHP

I'm using a third-party AJAX slideshow for a website that takes an RSS feed as its picture source. I would like to randomize the order of the pictures, but that's not a feature of the slideshow (or the RSS feed I'm pulling from). Surely it…
Mr. Brent
  • 23
  • 3
2
votes
1 answer

Wordpress simplexml_load_file() parse error

So i am having a killer issue. I can't get this xml data to show. It was working 3 months ago and now it's not. Any suggestions to fix this bugger would help me out a ton! Yes - I have checked to see if the link is working, and live and it is.…
2
votes
1 answer

Requesting non-default number of items in RSS document

Is there a standard way to request other/more than a default number of (say, typically 10) items to be included in a RSS document as returned from a web feed/server. For instance do some/most web feeds understand a URL parameter to this effect and…
Drux
  • 11,992
  • 13
  • 66
  • 116
2
votes
2 answers

Retrieving Google Reader stats for RSS feed and items

I would like to programmatically retrieve Google Reader's feed stats for my own site's RSS feed. In particular, I'd like to get the "liked" count, to incorporate it into scoring feed items. Any idea how to do this?
i-g
  • 69
  • 4
  • 22
2
votes
0 answers

RSS FEED read from local rss file

I am trying to read rss feed from bbc.com. I successfully read ess from bbc.com. But when I read rss from my local computer.. RSS not found... My Codes are here...
2
votes
2 answers

Pull content from RSS Feed with jQuery

I have a basic HTML template:

Being a Freelance Designer

Etiam porta sem malesuada magna euismod... Read more

I have an RSS feed, http://www.justcode.us/feed, and I am trying to pull…
Benedict Lewis
  • 2,733
  • 7
  • 37
  • 78
2
votes
1 answer

Hide XML elements in XSL?

I'm fairly new to xsl and am trying to find a way to hide, or mute, all but two nodes in an wordpress rss feed's xml, structured like so: ?xml version="1.0" encoding="UTF-8"?>
HawkEyeNick
  • 23
  • 1
  • 4
2
votes
0 answers

Android push notification through rss feed

I have developed a little RSS feed application for my website so basically my goal is that how can I implement push notification with it. I mean whenever I post a new post on my website it should send a push notification to the application.
1 2 3
99
100