-
as seen on Server Fault
- Search for 'Server Fault'
I have a problem sending http-410 for very old rss feeds. Functional this can happen in one
Very old rss feeds where content is not updated anymore / subject could not move to another feed
Migration from 3th party site to our site where the rss feed is not longer functional supported
I tried…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Today, we are not only announcing Sample Browser v2 CTP, but we are also excited to announce the availability of RSS feeds of All-In-One Code Framework code samples. By using these feeds, you can easily track and download the new code samples.
English RSS feeds
All code samples: http://support…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
If you're like me, you have a hard time keeping up with all the technologies out there. The reality is there's too many new technologies (languages, methodologies, tools, etc). One of the ways I try to keep up with everything is by using good ol' RSS feeds in conjunction with Google Reader. Google…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, I'm using Magpie RSS to fetch a feed, and display it, but How can I display only the latest post ()? Thanks.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've spent entirely way too long trying to figure this out. I'm using XML:RSS and Perl to read / parse an Ebay RSS feed. Within the area, I see these entries:
1395
1255
However, I can't figure out how to grab the details during the loop. I wrote a regex to grab them:
@current_price = $item…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I feel a bit stupid asking this question, but I don't know how I can access the ID field of an entry when using ROME to parse an Atom feed.
ROME provides it's own meta level of feeds/items, i.e. SyndFeed and SyndEntry. Being an abstraction over RSS and ATOM they only contain elements both formats…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to use Project Rome to create an RSS feed, using the code from the tutorial as base. I would like to add a pubsubhubbub discovery link, but there doesn't seem to be a general way to do so.
I can use a Link object if I create an atom feed (which I don't want to limit myself to), or I can just…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to use Project Rome to create an RSS feed, using the code from the tutorial as base. I would like to add a pubsubhubbub discovery link, but there doesn't seem to be a general way to do so.
I can use a Link object if I create an atom feed (which I don't want to limit myself to), or I can just…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to loop trough Atom feed entries, and get the title attribute lets say, I found this article, I tried this snipped of code :
for (final Iterator iter = feeds.getEntries.iterator();
iter.hasNext(); )
{
element = (Element)iter.next();
key = element.getAttributeValue("href");
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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.
>>> More