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.
