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
>
>
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to