Advertisement
Guest User

Matt

a guest
Aug 9th, 2010
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfsavecontent variable="responseXml">
  2.     <cfoutput>
  3.         <response>
  4.             <ide>
  5.                 <commands>
  6.                     <command type="refreshproject">
  7.                         <params>
  8.                             <param key="projectname" value="#projectNode[ 1 ].xmlValue#" />
  9.                         </params>
  10.                     </command>
  11.                 </commands>
  12.             </ide>
  13.         </response>
  14.     </cfoutput>
  15. </cfsavecontent>
  16. <cfset responseBinary = toBinary(toBase64(trim(responseXml))) />
  17. <cfcontent type="text/xml" variable="#responseBinary#" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement