ok, well, for some reason, it doesnt seem to be working....? let me try again....
tw -----Original Message----- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 10:57 PM To: CF-Talk Subject: Re: cfsavecontent What do you mean? This is exactly what <cfsavecontent> does. The outputted variable WILL contain the code executed between the start and end tag. <csfet myvar="Hello World"> <cfsavecontent variable="str"> <xml> <some_xml> <cfoutput>#mtVar#</cfoutput> </some_xml> </xml> </cfsavecontent> <cfoutput>#str#</cfoutput> At 10:31 PM 31/07/02 -0400, you wrote: >hi. > >is there a way to parse <cfoutput>#mtVar#</cfoutput> >inside the <cfsavecontent></cfsavecontent> tag? > >like this.... > ><cfsavecontent> ><xml> > <some_xml> > <cfoutput>#mtVar#</cfoutput> > </some_xml> ></xml> ></cfsavecontent> > >if so, how? HELP :) > > >...tony > >tony weeg >[EMAIL PROTECTED] >www.revolutionwebdesign.com >rEvOlUtIoN wEb DeSiGn >410.334.6331 > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

