Why write the file? Why not dynamically generate the feed when it's requested by a reader?
M!ke -----Original Message----- From: Adrian Wagner [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 8:46 PM To: CF-Talk Subject: Re: Broadcasting RSS from your site I think, that is excactely how you do it. That's how I do it anyhow. My site (personal travel website) doesn't have daily updates, so, I actually create the xml's manually from the CMS (button excecuting the 'create rss feed' functionality). However, you obviously can chuck that into a scheduled task or even automatically output the xml file after every change to the DB. I reckon, that depends on your business needs. Dunno, maybe there are better ways to do it. It works for me though and the RSS feed is actually used quite a bit. Good luck. a. >>> [EMAIL PROTECTED] 20/04/2007 9:38:22 am >>> I'd like to add a couple of RSS Broadcast Channels to a site. Easiest way seems to be: 1. Create an admin page for add/edit items to database 2. Any change to the database uses cffile to write a new properly formatted XML file to the server. Almost seems too easy, therefor I *know* I'm missing something. Am I? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275907 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

