<CFSET TransformedXmlCode = XmlTransform(myxml, MyXSLTCode)> <cffile action="write" output="#TransformedXmlCode#" file="full path to file here">
-----Original Message----- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, 11 February 2005 6:21 To: CF-Talk Subject: RE: Strange XSLT errors with XMLTransform ? How could I change the CF Code below to write it to a text file instead of displaying it on screen using CFOUTPUT so I can examine the file in its correct format as a text file ? <---SNIPPET------> <CFSET TransformedXmlCode = XmlTransform(myxml, MyXSLTCode)> <CFCONTENT type="text/plain" RESET="Yes"><CFOUTPUT>#TransformedXmlCode#</CFOUTPUT> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194211 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

