Pete, Here's a UDF I wrote that would take a gzipped string and extract it to memory. I'm using it for the reverse of what you need. However, it shouldn't be hard to reverse the logic flow. (I'm using it to expect a gzipped XML packet and convert it to a string w/out writing to disk.)
http://blog.pengoworks.com/blogger/index.cfm?action=blog:501 -Dan >-----Original Message----- >From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 03, 2007 10:12 PM >To: CF-Talk >Subject: GZip using Java/CF? > >Anyone have a code example for taking an XML file and GZipping it? I >want to dynamically generate Google sitemaps for my sites, and they >need to be .gz files. I'd rather use CFSCRIPT and the createobject() >function with Java, if possible. > >Thanks > >Pete > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 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:265611 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

