Re: [Webware-devel] TS --- #slurp

2001-06-08 Thread Tavis Rudd
On Friday 08 June 2001 10:35, Mike Orr wrote: > On Fri, Jun 08, 2001 at 10:03:26AM -0700, Tavis Rudd wrote: > > I just thought of a new directive that might be > > very useful in TemplateServer #for loops: > > #slurp --- for slurping up the whitespace that follows > > it, upto and including the fi

Re: [Webware-devel] TS --- #slurp

2001-06-08 Thread Mike Orr
On Fri, Jun 08, 2001 at 10:03:26AM -0700, Tavis Rudd wrote: > I just thought of a new directive that might be > very useful in TemplateServer #for loops: > #slurp --- for slurping up the whitespace that follows it, > upto and including the first \n Plow does something like this for blocks. A re

[Webware-devel] TS --- #slurp

2001-06-08 Thread Tavis Rudd
Hi, I just thought of a new directive that might be very useful in TemplateServer #for loops: #slurp --- for slurping up the whitespace that follows it, upto and including the first \n eg == #set $tab = ['Home','Download','Contribute'] #set separator = '' #for