vote up 3 vote down star

Possible Duplicate:
RSS or ATOM to syndicate content?

I'm about to implement some syndication feeds for a web application I'm working on. I've worked with RSS previously, but the new trend seems to be Atom. Not being an expert in this area, I'm not familiar with what each format has to offer. What are some things that Atom can do that RSS can't, and vice versa?

I know I can just take an example feed, turn it into a template, and stick in my data, but then I might be missing some important feature that could be helpful. I will probably end up offering both RSS and Atom feeds on my site, since both should be easy to automate.

flag

Duplicate: stackoverflow.com/questions/150566/… and also stackoverflow.com/questions/1076750/… – Shog9 Jul 19 at 1:35
FWIW... I accidentally voted to close as "not programming related". That's utterly bogus. My hands are extremely dry, and i'm using a touchpad pointing device that didn't properly register the fine movement intended to select "Duplicate". Also, i'm a klutz. Sorry... – Shog9 Jul 19 at 1:37
GAH, I just clicked it too in my sheepish ways. Bah. Someone please close it with duplicate of the first link above.... – Matthew Scharley Jul 19 at 1:46
2  
Oh man, is everyone with 3k+ rep drunk today? – Martinho Fernandes Jul 19 at 1:47
Somehow I missed those other threads when I did my initial search. Feel free to close this -- the other threads provide enough info. – friedo Jul 19 at 1:49
show 1 more comment

closed as exact duplicate by Shog9, Matthew Scharley, Aaron Maenpaa, John Saunders, D.Shawley Jul 19 at 2:32

1 Answer

vote up 0 vote down

I'd say that if you can, use both. Then you get the best of both worlds, greater usability for your users, etc, etc, etc.

That said, I see RSS more widely used. I don't know if this is an indicator of relative worth though, or just that it was adopted first or whatever it might be.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.