So, you've read the content from the excel file and you have the content in a variable? Now you need to write that to XML? Please be specific / post a little code to clue us in on the process.
If so, check out the ColdFusion native tag called cfxml. After you build your data within the tag, use cffile to write the new file. Warmest Regards, Phillip B. Holmes -----Original Message----- From: SD CFer [mailto:[EMAIL PROTECTED] Sent: Saturday, March 05, 2005 12:54 PM To: CF-Talk Subject: Post an XML doc to a URL Hello all... I'm a long time ColdFusion developer, have done some .NET and now I've encountered the XML thing (which rocks btw). Anyway, I've managed to create my XML doc from an .XLS/.CSV file, now I must post this XML doc to a URL. Has someone already done this? I don't want to reinvent the wheel here. My first thought is to use <cfhttp>... am I on the right road here? Any help is greatly appreciated! Thanks in advance for any comments/suggestions. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197598 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

