> BTW, how does one determine which version of MSXML one is using? > (sorry if that's an obvious question but it's amazing how many obvious > things > are only obvious after one knows them!)
As Dave already said, it's not obvious at all. In JavaScript I managed to do it with a series of try/catch, it's definitely an hack, but it works and you should be able to do the same in CFML. I would really love hear about better alternatives Actually, with Fusebox you may let the developer deploy a test file with a series of try/catch only in order to realise which version is running on the server, after that, the developer itself could define it inside the app. Still not ideal, but doable ---------------------------- Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massimocorner.com/ ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

