> so, do you think this should work? > > <cfoutput> > > <cfsavecontent variable="tony"> > > <![CDATA[#FinalChop#]]> > > </cfsavecontent> > > </cfoutput> > > btw, the value of final chop, is about 1900 characters of > xml code, a response from an asp web service, that has > been len()'d then lefted and righted to get a middle > section, the only section i need, then parse in this new > variable called "tony" > > to then write to a cffile xml file.
Yep, that should work... The problem you're having really isn't with the <cfsavecontent> tho, it's with the xml parsing ... which is probably significantly more complex than the savecontent tag... I'd need ( or anyone on the list would need ) a lot more information about where this xml packet is coming from and where it's going and what its format is in order to provide any really helpful advice... Isaac Dealey Certified Advanced ColdFusion Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

