I've been working on a single CFC to handle RSS work for about 6 months now. (Not straight of course, off and on.) The parsing bit is working quite well I think (with a lot of help from Roger B), but the generating part has been going slowly. I did a bit more work on it today and have got it now generating valid RSS 0.91, RSS 0.92, and RSS 1.0 feeds. It doesn't support all the options available in these feeds, but the idea was to keep it simple. I assume most folks will use it to syndicate simple content. There are no docs - and this is not the 1.0 release (so excuse any guly code), but I thought I'd share what I have so far. The code, and a badly documented example, can be downloaded here.