I have a custom tag:

<cf_myTag>
Here is a bunch of output
</cf_myTag>

and I want to process the "Here is a bunch of output" text like 
this: 

<CFIF thistag.ExecutionMode is 'END'>
  <!-- process text then output here --> 
<cfelse>
    <!-- do not output text here -->
~<CFSET ThisTag.GeneratedContent = "">
</CFIF>~

Using the above code my processed output and my raw output are 
both being displayed. I know I have done this before but I can't 
seem to get it working.

Thanks
David 

___________________________________________________________
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to