RE: How to convert an object to a string (XML)

2003-09-26 Thread Aidan Whitehall
That doesn't seem to work.It is printing out as either blank ornull.Its because you (i) have enabled Resource or Sandbox security and (ii)you haven't yet installed the 6.1 update.http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143threadid=461867highlight_key=ykeyword1=tostringThe

RE: How to convert an object to a string (XML)

2003-09-24 Thread Ben Densmore
Use the ToString() function. Ben -Original Message- From: cf talk [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:45 PM To: CF-Talk Subject: How to convert an object to a string (XML) Hi all, I have been working with some XML files that are being sent to us. We were

Re: How to convert an object to a string (XML)

2003-09-24 Thread Jim Campbell
Have you tried using CFSAVECONTENT for this? Drop the XML object into a variable, then put that variable into the CFFILE tag? - Jim cf talk wrote: Hi all, I have been working with some XML files that are being sent to us. We were using a third party application to process them, but when we

RE: How to convert an object to a string (XML)

2003-09-24 Thread cf talk
That doesn't seem to work. It is printing out as either blank or null. Brian Use the ToString() function. Ben -Original Message- From: cf talk [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 4:45 PM To: CF-Talk Subject: How to convert an object to a string (XML) Hi