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 > -----Original Message----- > From: Luke Opperman [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 16, 2002 12:31 AM > To: Webware Discuss > Subject: RE: [Webware-discuss] PSP and if/else > > > > The fix is to gobble up any whitespace that comes between > > 2 psp tokens. The > > rule would be that if there are two consecutive PSP > > tokens with only > > whitespace (and/or carriage return?) in between, then the > > whitepace gets > > gobbled and no self.write is put into the servlet. This > > is not if/else > > specific but applies to any pair of psp tokens together. > > Sounds completely reasonable to me. > ---------------------------------------------------------------------------- This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation. ---------------------------------------------------------------------------- _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
