heres whats not parsing....

<cfsavecontent variable="tony">

<![CDATA[<cfoutput>#xmlFormat('#FinalChop#')#</cfoutput>]]>

</cfsavecontent>

its returning this:

<![CDATA[;CREDITDATA&amp;]]>

and thats not correct.

tony

-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 31, 2002 10:44 PM
To: CF-Talk
Subject: RE: cfsavecontent


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
>
>


______________________________________________________________________
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

Reply via email to