rss

SimplePie XML document invalid

I am trying to parse a XML using SimplePie. SimplePie wouldn't even recognize this as RSS if I didn't turn set force_feed to TRUE. The error message shown by SimplePie: This XML document is invalid, likely due to invalid characters. XML error: Not well-formed (invalid token) at line 1, column 1 The first 2 lines of the XML do...

What is the best way to publish RSS Feed on Facebook ?

What is the best way to publish an rss feed or a sitemap to facebook? I am using google app engine as the platform and the python language ...

Using YQL how can I select an item from a feed that contains a colon in its name?

I'm using YQL to parse some web feeds, this one in particular. SELECT * FROM rss WHERE url='http://www.arena.net/blog/feed' This query returns a bunch of fields, one of which looks like content:encoded How can I select that field to filter? I want to do something like this, SELECT title, link, pubDate, content:encoded FROM rss WHER...

How to get short description from BlogEngine.net RSS feed

I want to create a start page similar in Visual Studio 2010 from a BlogEngine.net blog feed. Specifically, what I want to achieve is that each article from the feed will: have a title. have a short description. link to the full article when the title is clicked. The short description will not the same as the article text, which is w...

RSS/Atom feed of Subversion commit comments

We have recently introduced version control in Subversion in our development cycle, and a team mate asked me today if it was possible to get all commit comments in an RSS feed. Since I think it's a pretty cool idea, I looked around in the Visual SVN Server option windows, and here on SO, but couldn't find anything relevant. (Most searche...

WCF examples for receiving (consuming) data feeds

All the example WCF feed services that I can find are all about generating a feed. What about consuming a feed? Does anyone have any links to examples, or discussions, on a WCF service (.net 4.0 preferably) that can accept an Atom or RSS formatted data feed? I don't need to generate the feed, I need to accept it, validate it, stick the d...

Parsing large RSS feeds using Rome, running out of memory.

More specifically large XML webpages (RSS Feeds). I am using the excellent Rome library to parse them, but the page I am currently trying to get is really large and Java runs out of memory before getting the whole document. How can I split up the webpage so that I can pass it to XMLReader? Should I just do it myself and pass the feeds i...

Multiple Blogs Feeding into Homepage

I have created a website (www.accidentalwords.com) using squarespace as the host. I would like to have my website recognize the category that I have assigned to the blog post and repost it on another blog. For example, on my site there is a like to "food". If I were to create a post on the food page and gave it a category of "Ingredient...

RSS reader Error : Input is not proper UTF-8 when use simplexml_load_file()

Hi Dear All, I'm using simplexml_load_file method for parsing feed from external source. My code like this $rssFeed['DAILYSTAR'] = 'http://www.thedailystar.net/latest/rss/rss.xml'; $rssParser = simplexml_load_file($url); The output is as follows : Warning: simplexml_load_file() [function.simplexml-load-file]: http://www.thedailysta...

Scrape images from html using PHP?

Hi, I'm very new to PHP. The first little project I've assigned to myself was to create a barebones mobile version of my wordpress site. My plan of attack was to use the website's RSS feed to attain the Title, Description and the Images and then I would be free to format them however I wished. So far I've had no trouble extracting the...

MediaRSS parsing in Javascript

I'm trying to read the Flickr feed in order to parse the images. However, the images are in the media:thumbnail tag. Where would I begin to make a mediaRSS parser? Does anyone have an example? ...

Show feeds in android

Hi.. I want to show feeds from a blog in a listview. It would be really help if you guys can suggest some tutorials or how to do it? thanks in adv. ...

How to dynamically create rss feed?

Hi all, I just created my first rss feed. it worked fine. got it validated. It is basic feed of my recent blog posts. I would like to know if i would dynamically url parameters.. feed would look like this .. http://www.website.com/feed/?category=php.rss... should show the recent blog posts of category "php". if category changes to "...

How to create php RSS simulator?

So I have RSS feed of 10 000 records in file.xml (I collected them from 10 feeds in 1 hour time so there timestamps will not help, btw I used yahoo pipes). I need some class to simulate that records appearing 24 per a day with 1 per hour. How I see it: 1) turn file.xml into sql table (if you know a class for this please help) 2) cr...

How to join RSS feeds into one? (from php)

How to join RSS feeds into one? (from php) what libs can help us with it? ...

standard feed locations?

I want to programmatically check if a site has feeds. How can I do that? Are there standard feed locations? Parsing the code for link tags with application/rss+xml attribute would be enough? Thank you. ...

Need solution for XML parsing(RSS feeds)!

I have done the coding for parsing the below shown XML code using NanoXml.But when I tried to add more tags into the XML code I am failing to do so. This is the code XML that I successfully parsed. <?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <item> <title>Spain Winner Of FIFA World Cup 2010</title> ...

Get articles through RSS from Wordpress with JavaScript

Is there a way to get recent articles using JavaScript from Wordpress blog? I need to show some content from the blog easy way on a static page so I think JavaScript would be fine for this. ...

Automating posting of RSS feed to Twitter and FB

How can I take a RSS feed and post it to Twitter and FB account and automate this process? Is this possible? Would appreciate some directions. ...

List of rss feeds to test my feed reader

I'm looking for a list (the bigger the better) of rss feeds to test a feed reader I'm writing. I couldn't find anything using google. How can I go about testing my reader with a large number of feeds for a variety of sources? Does anyone know of any list of sources that are available out there? Thanks ...