If it is an include, stor ethe content in a variable. If it is a module, then you can use.
Request.variable = thistag.generatedcontent And the content will appear in that variable. -----Original Message----- From: Giles Roadnight [mailto:[EMAIL PROTECTED]] Sent: 05 September 2002 16:43 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Quickie - cfinclude Hi If I use a cfinclude or cfmodule is there a way of catching the output as a string before it is put onto the page? Basically I have a template that outputs some text onto the page, on one page it is a bulleted list but on another page I want it as a comma separated list. If I can catch the generated content as a string I can replace <li> with commas. This will be easier than altering the template so it can produce two different outputs. Thanks Giles -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
