> My code works if I directly call the XML file, I am trying to avoid this > and I want to pass the XML file back as a variable, I don't want to save > the XML file to webroot folder.
There is no need to save the XML anywhere, the examples use static .xml files, but you can just point them to a .cfm file that output the XML. For a complete application see: http://www.massimocorner.com/spry/dynamic_spry.zip Here you can see a very basic example of how to use CF and a database to drive one of Sprys demos: http://www.adobe.com/devnet/dreamweaver/articles/edit_data_in_ajax.html ---------------------------- Massimo Foti, web-programmer for hire Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275066 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

