Tagged Questions
0
votes
1answer
46 views
Retrieve a Link to Blogger Post based on Post ID using SyndicationItem
I'm trying to retrieve using Windows.Web.Syndication and a Blogger ATOM feed, the link of a post.
The example I've seen from another feed reader (not using Blogger though) uses a SyndicationItem id ...
0
votes
0answers
22 views
Is there a smiple way in .NET to convert a POCO to an ATOM pub?
I've done some searching and haven't found anything too helpful but I need something quick and simply just for a prototyping exercise that will allow me to convert a POCO into an atom feed. WCF Data ...
3
votes
1answer
516 views
Good resource for the ATOM and RSS specification?
I've been trying to find the "official" documentation for ATOM and RSS so I can program against it. The problem I'm running into is that there are a lot of places that includes parts but never the ...
0
votes
3answers
233 views
Different results for the same RSS feed fetching from different user agents
If I add a feed URL to Google Reader or to a desktop feed aggregator, I receive nice results. The URL is:
http://estaticos03.marca.com/rss/futbol_1adivision.xml
But when I fetch the same URL from a ...
2
votes
2answers
86 views
Are RSS and Atom sufficient for publication and syndication, or should I investigate a third option?
For web feeds we all know of RSS and Atom, but is that it? Isn't there a third option?
If not, why? Are RSS and Atom more than qualified to meet today's demand to distribute information?
0
votes
2answers
677 views
Twitter feed appears to be both RSS 2.0 and Atom?
I'm parsing various site feeds, and putting together a small library to help me do it.
Looking at the Atom RFC and RSS 2.0 specification, feeds from Twitter seem to be a combination. Twitter ...
4
votes
3answers
478 views
Linking to full category pages using the category tag in RSS 2.0
Using the category tag in RSS 2.0:
<category domain="http://mysite.example.com/tags">
Science and Technology
</category>
How would I provide an additional URL to the page that shows ...
7
votes
2answers
3k views
How To Add A SyndicationElementExtension To A SyndicationItem
Using the .NET System.ServiceModel.Syndication classes...
I would like to add a new SyndicationElementExtension to a SyndicationItem that will export the following XML:
<media:thumbnail ...
1
vote
4answers
145 views
Is there a non-technical reason for choosing a Syndication format?
I have a project that will need to be able to export data for feed readers. Is there a non-technical reason I should pick RSS over Atom, Atom over RSS, one of the flavors of RSS over another or ...
11
votes
1answer
5k views
12
votes
3answers
852 views
RSS or ATOM to syndicate content? [closed]
Which is best? I always produce ATOM feeds, as they seem more comprehensive, but I'm not sure which is technically better.