rss

Open source RSS parser

Before rolling my own RSS parser, is there a really good open-source parser already written for C#? ...

convert rss to JSON

craigslist has an rss feed and i wish to convert the feed to JSON format so that I can parse it. anybody know any tool that can do this - convert craigslist rss (or any rss) to JSON format ...

Recommend a python RSS library

What's the best (or if that's too subjective, let's say "good", "well supported", "up-to-date", "you like it") python library, for generating RSS ? (Circa 2009) Update : Thanks everyone. Didn't see this was duplicate (http://stackoverflow.com/questions/57117/recommended-python-rssatom-feed-generator). Sorry. ...

How to add css to a feed that is not mine.

Hello, I want to separate the image from the text of this rss with css http://redbolivia.com/index.php?format=feed&type=rss any idea? can i do this with css? ...

RSS Browser Detection

OK, I don't understand this at all. This is the BBC's RSS feed ( http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml) If you view it in ie6 it appears to be styled with a custom stylesheet (nosol.xsl) If you view it in firefox or ie7 the browser's default rss feed styling is used. I tried to do something similar my...

How do I consolidate entries from multiple employee blogs into a single RSS feed

Our current SharePoint environment has Mysites setup as separate site collections where users create their blogs. It is a real challenge to know these blogs indivdually and I usually grab the RSS feed the first time I visit and then susbcribe from within Outlook. To help out non-techies, we'd like to be able to consolidate the entries fr...

rss feed to be published on the page

i am looking to develop a webpage in html in which i need to publish the rss feeds. users will submit the rss url at one page & the feeds need to be displayed in a different page ...

How do I view RSS feeds as formatted XML?

Is there a way to view rss feeds as formatted xml that doesn't involve messing with my browser's installation or writing my own tool? Edit: Preferably a way that works on an OS other than Windows. ...

iPhone RSS Reader -- parseXML won't Load some XML feeds

I am using the SIMPLE RSS reading example found at http://theappleblog.com/2008/08/04/tutorial-build-a-simple-rss-reader-for-iphone/ It uses parseXML to load the RSS feeds. Here is the problem I am having. For the following RSS feed example, I am having trouble getting it to load the feed. Comes up with an error that it cannot connec...

Filter or remove item.description from an RSS feed

I would like to remove the item.description part of a twitter feed within yahoo pipes and I haven't figured out how to do it yet. Obviously the filter module will remove posts with that item so I've been trying to use Regex. I think clearing the item.description field would work well enough. Is there a Regex expression that would repla...

rss parser in .net

what's the best RSS reader for .net out there? most efficient and easy to use the ones i found are really complicated ...

RSS Feed consumption by PHP

Hi All, I'm wishing to aggregate some Blog feeds into an existing PHP-based website. There's tons of free libraries for PHP that consume RSS feeds. But I thought I'd throw out my needs to see if I can get the number to try minimized to one that's popular. 1) I'm wishing to aggregate some top items from up to 3 different RSS feeds i...

How do I parse RSS-CB data using C#?

Hi all, Has anyone experience getting values from a RSS-CB file, I would like to get the value from: <cb:value frequency="daily" decimals="4">1.3607</cb:value>. The location of the rss is http://www.ecb.int/rss/fxref-usd.html. Any tips what the best way is to go about it? Thanks! ...

How to crawl a feed

My application needs to keep track of RSS/Atom feeds and save the new entries in a database. My question is, What is the most reliable method to determine whether an entry in a feed has already been crawled or not? I use Universal Feed Parser module to parse the feeds. My current implementation keeps record of the latest value of feed.en...

The Best News Feeds for Web Developers, RSS

To all of you great web applications developers. Please, share where do you grab the latest news on this subject: cool blogs, articles, podcasts etc. related to web-based applications development. Help to rate those resouces from the most interesting to least. Note: It's OK if you list sources which someone else already mentioned, unles...

craigslist rss feed

I'm trying to parse the data from a craigslist rss feed. This is the feed url - http://www.craigslist.org/about/best/all/index.rss I'm using jfeed and my code is given below jQuery(function() { jQuery.getFeed({ url: 'proxy.php?url=http://www.craigslist.org/about/best/all/index.rss', success: function(feed) { ...

How to detect changed and new items in an RSS feed?

Using feedparser or some other Python library to download and parse RSS feeds; how can I reliably detect new items and modified items? So far I have seen new items in feeds with publication dates earlier than the latest item. Also I have seen feed readers displaying the same item published with slightly different content as seperate ite...

rss 2.0 image in an item

Hello, Is there a way to send only an Image with a link and some alt text for each item in an rss feed? I looked at the enclosure tag but this is only for video's and music. ...

ASP C# How to show rss as pop-up?

On my website users can post comments on a document. Now i want to send a rss feed to the webmasters when a comment is posted. I want the webmaster to be notified like a small pop-up in the right corner of the page. So this is whats happening: User add comment system checks a webmaster is logged in if webmaster is logged in; show pop-u...

How do have an RSS feed displayed in PHP

I have an RSS feed from a wp blog that I'd like to display in a series of non-wordpress, php based sites. Any recommendations on a pre-built widget I can use? ...