Hi, Tom, I recently built an RSS/ATOM aggregator as a portlet for a portal system we're releasing this month. I loop through each feed URL as well, but the output is stored in an array of structures (each feed has its own structure and the last component of each structure is an array of the news items in the feed). I display a list of the feeds to the user, and use JavaScript to show or hide the news items in the feed whenever the user clicks on the feed title. It handles RSS 1.0, RSS 2.0, and ATOM feeds.
I don't really do anything with the dates that come with the feeds (other than display them) and I've never looked at Ray's code: what are you trying to do with the dates? --Brian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267259 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

