0
votes
3answers
19 views
how to generate RSS for news sites programmatically in java/j2ee?
how to generate RSS for news sites programmatically? I dont know how to start..
1
vote
2answers
36 views
Reddit RSS feed returning less items when requested through HTTP?
I am trying to read data from an RSS feed which has 25 items. When I request the RSS file through HTTP it says there are only 20 items.
function test($location)
{
$doc = new DomDocument();
…
0
votes
0answers
17 views
Why can’t I subscribe to the StackOverflow RSS feed in Opera 10.10? [closed]
I'm using Opera 10.10 and when I click on any StackOverflow feed links, I am presented with a big pile of plain text and no subscription options. Is there something I'm missing here?
Cheers,
Guy
1
vote
3answers
35 views
Decent RSS feed generator for PHP
Hi Guys,
I need an RSS Feed generator; should I use a class or should I generate the feed myself?
If I should generate it myself, where is a good place to get comprehensive specs of the standards?
…
0
votes
3answers
43 views
Sax parsing and encoding
I have a contact that is experiencing trouble with SAX when parsing RSS and Atom files. According to him, it's as if text coming from the Item elements is truncated at an apostrophe or sometimes an …
0
votes
7answers
80 views
Display HTML in RSS
Is there any way on earth that I could pump some HTML through an RSS feed? I realize I'm bending the laws of science and all, but I'm under some tight circumstances. I have Wordpress set up so I'm …
1
vote
2answers
99 views
Regex to pull specific links out of RSS feed?
I have a Wordpress blog that parses RSS feeds using simplepie. The script I'm using to turn each feed item into a Wordpress post uses a %content% tag which pulls the feed's entire content block into …
1
vote
2answers
56 views
Real Time Twitter Status
I'm looking to write a Twitter application, and I need to get real time (or as close as possible) updates. The official REST API only allows 100 calls/hour or so, and if I want to get status from more …
1
vote
2answers
46 views
Using Google App Engine to display a Rss/Atom feed
Im thinking of setting up a Google App that simply displays an RSS or Atom feed. The idea is that every once in a while (a cron job or at the push of a magic button) the feed is read and copied into …
2
votes
2answers
30 views
How to monitor Google Alert RSS feed produced “as-it-happens”?
I have a Google Alert, which I set to be delivered as an RSS feed as-it-happens
But is polling that RSS feed the only way to get RSS feed
or
is there a way to get notified from Google alert as …
0
votes
2answers
37 views
how to allow RSS aggregators to use feeds available only for logged-in users?
I want to have RSS feeds in my Django application, which should be
viewable only by a logged-in user. I want to allow users to add these
RSS feeds to all aggregators, so I would need something which …
2
votes
1answer
137 views
.NET/C#: Using RSS.NET with Stack Overflow Feeds: How To Handle Special Properties of RSS Items?
I'm writing a Stack Overflow API wrapper, currently at http://soapidotnet.googlecode.com/. I have a few questions about parsing SO RSS feeds.
I've chosen to use RSS.NET to parse the RSS, but I have a …
0
votes
1answer
22 views
MooTools: Parsing Ajax responseTree
I have an Ajax request to an XML document. The XML document is an RSS feed. Here's my onSuccess for the request:
onSuccess: function(responseTree) {
// process <item> elements
}
How do I …
1
vote
4answers
41 views
php library to generate to rss feed
I have written a simple program to generate rss feed from mysql db. but it broke because of the reason that there were several characters in the data which were special like '&' which made RSS …
0
votes
2answers
22 views
reading RSS returns different response on localhost
im trying to parse an rss feed on localhost, and it brings back the right results, but when i try to do that from another (preproduction server) and live, it returns a list of comments made by users …
