Jay wrote:
> 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.
>
> So the question is, would this cause a problem in writing
> your psp/html?
> Are there any situations where you would need to have a psp
> token a space or
> spaces and another psp token? If so, is it too much of a
> pain to use the
> space code
>
> What's the opinion out there?
>
I like this change. It means you could write:
<%if foo:%>
FOO
<%end%>
<%else:%>
BAR
<%end%>
instead of having to munge the end and the else together on one line.
But even with this change, we need to very clearly show an example in the
documentation -- right now, it's not obvious how to get it to work.
This also applies to try/except and try/finally so it would be good to
mention those in the docs along with if/else.
- Geoff
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss