rss

Use XSL to keep only first paragraph of RSS <description> field

I am trying to work with this RSS feed. I would like to use XSL to keep only the first paragraph of the description field. I have read up on how to target only certain children of an XML structure, but I think because the paragraph tags in the RSS feed are added as &lt and &gt they don't seem to work when doing something like this: <xs...

Only one row of ListView populated in QML app, any idea why?

Hi, I'm trying to create a simple QML application that will get an RSS feed with my active chess games and do stuff with it. At this point I am just trying to populate a list view with the feed contents, but it only shows one item even when there should be 11 items in the feed. Is this a bug or am I not getting something right? Here's ...

RSS feed is showing error after subscription

In my asp.net 3.5 C# web application I implemented RSS feed using System.ServiceModel.Syndication assembly. That feed is working fine in local and is updating correctly. I deployed the application on cloud I and added the website to the trsted sites list in my internet explorer and subscribed to the feed. After the subscription when I op...

How to get posts' content as HTML from a wordpress blog remotely

Hi, I have self-hosted word-press Blog, and I am making a static home-page for my website based on jQuery. So, I wanted to display some content from my blog , in my home page ( in widgets ) , as a news section For example , I may fetch latest 5 posts titles & contents OR a specific page content ( via passing page id ) OR a spec...

extract channel titel from RSS feed using NSXMLParser

Hi, how can I extract the titel of a RSS channel while not getting in conflict with the title element of a news item? If an element was found: - (void)parser:(NSXMLParser *) parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qName attributes:(NSDictionary *)attributeDict { ...

RSS 2.0 using WCF: Adding custom namespace to the rss tag

We have a custom namespace we have for custom elements: <rss xmlns:blah="http://example.com/"&gt; I'm trying to add this namespace to the rss tag using WCF. Adding an AttributeExtension to the feed puts it in the <channel> element, not the <rss> element. Beyond string manipulation, how would I go about syndicating RSS 2.0 using WCF w...

Objective-C, iPhone RSS Reader Application Query - How to organize your RSS Feed Display into groups?

Hi! I've been very unfortunate with my programming. I am still rather new to Objective-C, but I am trying to learn as quickly as possible. I need to complete an RSS Reader for iPhones application, a relatively simple one which parses the rss feed, displays it in a navigation-table view and when you click on an article you are taken to ...

Directly Downloading a File From an RSS feed Using Ruby - Handling Redirects

I'm writing a program in Ruby that downloads a file from an RSS feed to my local hard drive. Previously, I'd written this application in Perl and figured a great way to learn Ruby would be to recreate this program using Ruby code. In the Perl program (which works), I was able to download the original file directly from the server it was...

Sorting and limiting xml records in a repeater

I am reading an rss feed and I am binding it to a repeater. I would like to select the 3 most recent posts. in my XPathExpression I use AddSort The data are sorted just fine but when I bind to the repeater the sort is lost. That is my first issue. I am using xpath expression [position()<=3] to limit to 3 items. This, however, occurs pri...

Ideal RSSParser in js which shows images

Do you know any RSS parser in javascript language which also shows images? I used jFeed but I am not able to see images when I use jFeed. Could you please help me about this? I would be glad if you can provide me an RSSParser which shows images as well? Regards Altaico ...

RSS feeds, data updating

Hi there, Regarding RSS feeds, do i need to have a webpage to have this? is there a way i can just upload data for the RSS? what i found is usually rss is from a webpage. hm.. say i just one a server or something similar to send data to me, is RSS the best method or easily method? the data will be some word string and picture in .png ...

Extract RSS Feed URL from NSString - iPad

Hey, I'm loading a website's html code using NSString - NSString*webViewText = [NSString stringWithContentsOfURL:[NSURL URLWithString:[self getCurrentURLFromWebview:browser]] encoding:1 error:nil]; and I'd like to extract the RSS feed from them, but I got a few questions. From what I know, most feeds are included in the website as such...

RSSParser displays images

anyone knows an RSS parser wich displays images as well? I have looked a lot bu t I have not found any. I would be glad if you can find an RSS parser which also displays imageS? Regards ...

how to show images in my feed?

i have tried many rss parsers but i have not succeed to get images of rss feeds? you know a feed parser which also shows images? ...

SimplePie Encoding

I am using SimplePie to parse and display an xml feed on my site. I have two separate rss feeds and I running each one through SimplePie then displaying them in the side bar. The problem I am having is that each feed contains smart quotes and they are displayed as odd characters in the browser. SimplePie has the encoding set as UTF-8,...

lastBuildDate in dynamically generated RSS

RSS feed being generated on demand. As far as I can see, for I have 2 options for lastBuildDate - current time or pubDate. Which one would you choose and why? ...

Facebook Fan Page feed

Hey guys... Im trying to fetch a feed from a Page in Facebook which works fine if i use a browser to get the feed - But when im trying to build a script that has to fetch the XML, it returns HTML, any ideas why ? And is there any other way to get the XML for a Fan feed?? Im using this URL: http://www.facebook.com/feeds/page.php?format...

bunch of RSS to blog?

Is there a ready available service that turns a bunch of RSS feeds into a blog like tumblr or posterous? Thanks ...

Translate Spanish feed to English before storing it in MYSQL database

Hello, I am new to ruby on rails and I have just started watching rails casts tutorials. I have understood on how to parse feeds using feedzirra if the feed is in English but if I have a feed like this which is in spanish then how do i parse this feed? The link is http://estaticos.marca.com/rss/futbol_equipos_almeria.xml how do i co...

Remove content from a wordpress.com feed using yahoo pipes

Hello, I am using yahoo pipes to get content matching a certian category from my WordPress.com Blog. Everything is working fine but WordPress adds "share" links to the bottom of the feed that I would like to remove. Here is what's being added: <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gocomments/bandonran...