<cf_bodycontent variable="MyVar"> Stuff here </cf_bodycontent>
or in CF5 <cfsavecontent variable="myVar"> Stuff here </cfsavecontent> Regards Stephen ----- Original Message ----- From: "Giles Roadnight" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 4:42 PM 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]
