Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create xml file from a xml document object

Status
Not open for further replies.

brianpercival

Programmer
Joined
Jun 13, 2005
Messages
63
Location
US

I created a xml document object using cfxml. IT is stored in a var called "XDOC". Now I want to do a cffile and create a xmldocument with input from this XDOC. How do I do that?

can anyone please help?


regards,
Brian
 
if "XDOC" is already formatted the way you want use cffile action = "write"


We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
 
I got it. I was lookingfor the tostring() method..

regards
Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top