1
vote
3answers
37 views
What is the difference between <pubDate> and <lastBuildDate> in RSS?
I have the feeling, in every RSS.xml file, both the pubDate and the lastBuildDate match.
I am sure that this one, is not always true...
So firstly, what is the difference betwee …
0
votes
1answer
13 views
Reading RSS by publication date
I want to build an RSS reader for twitter RSS feeds (c# .NET 3.5).
Getting a response from RSS web address and parsing it is very simple. (I did that with XmlDocument.Load("<RS …
0
votes
1answer
91 views
What are the best RSS feeds for C++ ?
What are the best RSS feeds for C++ ?
1
vote
2answers
31 views
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 …
0
votes
4answers
36 views
ASP.NET special character problem
I'm building an automated RSS feed in ASP.NET and occurrences of apostrophes and hyphens are rendering very strangely:
"Here's a test" is rendering as "Here’s a test"
I hav …
1
vote
3answers
27 views
Creating dynamic RSS feed page in ASP.NET (C#) - do I need to do anything extra?
I wish to create a dynamic RSS feed to represent my site's content. Currently, I have an XML file where each main entry has data for location, date, and summary of a file. If I wer …
1
vote
1answer
20 views
How to read RSS feed using jQuery
How do I parse an RSS feed using JavaScript or jQuery?
0
votes
1answer
25 views
commandline / cron curl Facebook RSS feed.
I'm trying to setup a cron job which regularly poles my Facebook notification RSS feed and then fires off the latest change to my iPhone as push message using Prowl.
I've already …
0
votes
2answers
45 views
Feedparser - retrieve old messages from Google Reader
I'm using the feedparser library in python to retrieve news from a local newspaper (my intent is to do Natural Language Processing over this corpus) and would like to be able to re …
0
votes
1answer
22 views
Android: Moving window of items in a ListView?
I am trying to update the ListView with periodic updates taken from an HTTP response. Now, I am thinking that because this is very specific to my application, I can get away by usi …
0
votes
0answers
31 views
how to display only 4 rss feeds using PHP and XML parser
Hi
I am new to dealing with rss feed, my problem is that I want to be able to display only 4 feeds and that have a PROGRAMMENAME equal to "emmerdale" can anyone help;
I have be …
1
vote
2answers
29 views
feedparser and Google News
I'm trying to download a corpus of news (to try to do some natural language processing) from Google News using the universal feedparser with python. I really know nothing of XML, I …
0
votes
2answers
12 views
Circular compositional pattern with RSS Feed and FeedItem classes
I'm designing a small system to parse RSS feeds, and I have two classes: Feed and FeedItem.
public class Feed
{
public string Title{ get; set; }
public string Link{ get; s …
0
votes
1answer
18 views
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 …
3
votes
2answers
55 views
Google Chrome rendering XML as text for RSS feed
Hi all.
I have this script to generate an XML file for an RSS feed. Works great in every browser except Chrome. Chrome just renders the XML as text. Something to do with header …
