Does the cfm template output xml that is consumed over http? If so, first make sure that before you output the xml, you have:
<cfcontent type="application/xml; charset=utf-8"> Then, if it is absolutely required to have the url as: http://www.mysite.com/myxmloutput.XML, I suspect you will need some sort of Url rewriting / 404 catching trick to redirect the request to www.mysite.com/myxmloutput.cfm. HTH Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:307061 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

