Love, Jay wrote:
> This change has been put into CVS.  Please test it.
> 
> The rule is if there is a block of charatcer data that 
> contains only spaces,
> carriage returns and linefeeds, and that character data is 
> between a pair of
> script or end psp tokens, the character data is removed.  If it is
> sandwiched on one side by an expression (<%= %>), it is NOT removed.
> 
> I think this should do it.  
> 
> The Docs have NOT been updated yet.
> 
> Jay

I think you should gobble up all whitespace, including tabs (which I use in
my own PSP's).  You could use "char in string.whitespace" to test if a given
char is whitespace.

- Geoff

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to