[Zope] Using tal and no dmtl.

Jens Vagelpohl jens@zope.com
Tue, 3 Jun 2003 12:40:44 -0400


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