Very nice, thank you Duncan. ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 4:46 PM Subject: Re: [ cf-dev ] Quickie - cfinclude
> > change the template to return just the comma seperated list, then you can > do anything you like with it. i.e. loop through the list > > <cfloop index="item" list="#whatever#"> > <li>#item# > </cfloop> > > > Duncan Cumming > IT Manager > > http://www.alienationdesign.co.uk > mailto:[EMAIL PROTECTED] > Tel: 0141 575 9700 > Fax: 0141 575 9600 > > Creative solutions in a technical world > > ---------------------------------------------------------------------- > Get your domain names online from: > http://www.alienationdomains.co.uk > Reseller options available! > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > > > > "Giles > Roadnight" To: <[EMAIL PROTECTED]> > <giles@roadni cc: > ght.name> Subject: [ cf-dev ] Quickie - cfinclude > > 09/05/02 > 04:42 PM > Please > respond to > dev > > > > > > 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] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
