[ZPT] [Documentation(?) Weakness] Trailing whitespace in "string:" expressions

Dieter Maurer dieter@handshake.de
Wed, 26 Sep 2001 19:22:15 +0200 (CEST)


Trailing (and leading) whitespace of TALES "string:" expressions is included
into the value.

May be (probably is) a feature!
Should probably be stressed in the documentation, together with
the workaround:

    <....
      tal:define="
       ....
       x   string:value;
       "
      ....
    >


Dieter