> 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 :)
Yep, that's the purpose of <cfsavecontent> ... I would put the <cfoutput> tags outside the <cfsavecontent> tag ... This then is a very fast and easy way to generate xml packets for whatever your purposes happen to be... As a matter of fact, if it weren't for the fact that there's already a native parser to create WDDX packets, I'd probably be creating them this way. :) Isaac Dealey Certified Advanced ColdFusion Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

