rss

rss help in iphone development

Since my last question was deleted without giving me a chance to reply: I want to build a similar rss parser feed to: http://misc.inexistent.org/ontd/ Can anyone give me really good tutorials that I could build a similar iphone app for my rss feed. I can see it uses jquery, javascript, and ajax. If any can check out the code to head...

get RSS feed into php array - possible?

I want to parse an existing RSS feed from another website with php and then store certain parts of it in a mysql database. I'm very competent with php and mysql but have never worked with rss feeds before, where should i start? is there an equivalent to file_get_contents() for getting rss into php? are rss feeds broken down into xml/m...

facebook events to rss feed?

it looks like there used to be an export events button (to rss) but fb have removed it, i've looked at fbCal but it only exports the event name and the link to the event, but none of the event details. anyone got any ideas of how i can get multiple event details out of facebook? ...

Using Treelist Values to Query a Sitecore Item

I have an item named All Recipes that contains recipes named R1, R2, and R3. I have another item named My Recipes that has a treelist field named Recipes and it contains selected values R2 and R3 from the All Recipes item. The query I'm trying to write is for the Items field of an RSS Feed. What is the query syntax to show the items in...

How to parse the "<media:group>" using feedparser?

The rss file is shown as below, i want to get the content in section media:group . I check the document of feedparser, but it seems not mention this. How to do it? Any help is appreciated. <?xml version="1.0" encoding="UTF-8"?> <rss xmlns:ymusic="http://music.yahoo.com/rss/1.0/ymusic/" xmlns:media="http://search.yahoo.com/mrss/" xmlns...

Intergrating ASP.net feed into twitter

Hi all, I have a ready RSS atom feed on my ASP.net site,but I want to publish it through twitter how? and what it's requirment? ...

Parsing atom/rss feed containing multiple <link> tags with Haml on RoR

So, firstly, here's an Atom feed snippet which I am trying to parse: // http://somelink.com/atom <feed xmlns="http://www.w3.org/2005/Atom"&gt; <entry> <title>Title Here</title> <link href="http://somelink.com/link1&amp;amp;amp;ref=rss" rel="alternate" /> <link href="http://somelink.com/link2&amp;amp;amp;re...

Argotic Syndication framework

Is it me or is the documentation for the argotic framework API impossible to find..? The source is available so surely the documented API should be .. Anybody know where this is? Thanks alot, ...

Ruby - Feedzirra and updates

Hi, trying to get my head around Feedzirra here. I have it all setup and everything, and can even get results and updates, but something odd is going on. I came up with the following code: def initialize(feed_url) @feed_url = feed_url @rssObject = Feedzirra::Feed.fetch_and_parse(@feed_url) end def update_from_feed_cont...

recognize detect RSS feed using PHP

what is the best way to detect whether a given url is actually an RSS feed? ...

Is there a clean way to determine RSS version?

Is it possible to determine the feed type and version in a way so that you can make sure that you have the correct version. At the lowest level so to speak. Namespaces is an obvious approach, but its not present for a lot of feeds. Any thoughts? (I'm trying to mashup varioius RSS Feeds). Thanks in advance for any help! ...

Replacing a Namespace with XSLT

Hi I want to work around a 'bug' in certain RSS-feeds, which use an incorrect namespace for the mediaRSS module. I tried to do it by manipulating the DOM programmatically, but using XSLT seems more flexible to me. Example: <media:thumbnail xmlns:media="http://search.yahoo.com/mrss" url="http://www.suedkurier.de/storage/pic/dpa/infoline...

Problems reading RSS feed with jQuery.get()

Hi there, I've been pulling my hair out trying to use jQuery.get() to pull in my dynamically generated RSS feed and I'm having nothing but issues, is my RSS feed the wrong format? If so can I convert it to the correct format using javascript? Here's my feed: http://dev.chriscurddesign.co.uk/burns/p/rc_rss.php?rcf_id=0 Here's my code: ...

How to read rssFeed xml using rome in gwt

Using rome I created the rssFeed xml and now I want to read that xml so that user can view and user can view rss feed in google etc. ...

HOW-TO Include movie showtimes in Google Movies

I am making the website of a movie theater, and I want Google Movies to index the showtimes I publish on the website. Does anyone know if there's a way to do this?, maybe using microformats? or exposing this information using RSS or something similar?. Thx ...

RSS lib for java

Advise any rss parser for java,which support much formats. I am using informa,but informa very slow for GAE ...

Any universal notification service like Adobe Wave

Any ideas for an universal notification service like Adobe Wave? I need to send status updates (more specifically, things like document change notifications and the like). I could stick to RSS but then I will need either long URLs or HTTP authentications on feeds which not all the clients like. Adobe Wave looked promising but they are on...

UISegmentedControl with UITableVIew NSRangeException

Hi, I am using one UIViewController as shown: @interface RssViewController : UIViewController <UITableViewDataSource,UITableViewDelegate,BlogRssParserDelegate> I am displaying an RSS feed in the UITableView (in RssViewController) depending on the segment selected on the UISegmentedControl. My app crashes when I scroll the tableview...

How can I include Wordpress posts in a custom PHP file?

This is what i want to do: I want /summary.php to include 5 latest posts (only the extract) from my blog, which lives in /wp. Is there any way to include Wordpress in /summary.php and only print the html for these posts? (Maybe i should parse the rss?) ...

Quickly generate/publish RSS feeds from ASP.NET projects?

Under a timeline, therefore the salient point is "quickly" and willing to throw some $ at it too (not meaning I'll pay the correct answer, but rather for a commercial product :) ). Looking for an RSS feed generator usuable in .NET framework 2.0. Ideally it would be easy to use (inferred quick) but flexible enough to support the multiple...