3 Jun
2003
3 Jun
'03
4:40 p.m.
actually, it's not just a matter of style. simple path expressions also evaluate a tick faster. jens On Tuesday, Jun 3, 2003, at 10:36 US/Eastern, Jean Jordaan wrote:
Other detail .. in the other posts in this thread, I see everyone using the python:foo() syntax. That can be shortened by using a path expression:
<tal:foo define="dummy here/foo" />
or
<span tal:define="dummy here/foo" />
depending on taste ..
-- Jean Jordaan