> I'm having trouble loading a spry xml source in IE. If my source file > is a .cfm file (that outputs xml), IE refuses to load the data while > Firefox has no problem. If it is a .xml file outputting the exact same > content, it works fine in IE and firefox. > > Has anyone encountered this / know what to do?
Most likely you are not serving the CF-generated XML using the correct mime-type. Try to add it using something like: <cfcontent type="application/xml; charset=utf-8"> BTW Are you sure you are using latest Spry's release? ---------------------------- Massimo Foti, web-programmer for hire Tools for ColdFusion, JavaScript and Dreamweaver: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306065 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

