I'm trying to dump a xml file but it's killing the server... ideas?
<cfhttp url="http://www.wng.com/test/test.xml" method="GET"> <cfset xmlfile = xmlparse(cfhttp.filecontent)> <cfset xmlContent = XMLParse(xmlfile)> <cfdump var=#xmlContent#> If I put a cfabort above the dump the page doesn't hang. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310018 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

