[ZPT] Mini proposal: repeat-define and repeat-condition
Willem Broekema
willem@pastelhorn.com
Thu, 23 Jan 2003 19:09:43 +0100
Clemens Robbenhaar wrote:
> ... unless the order of operations is defined in the page template or
> so, and can be shipped together with the page template.
I briefly thought about executing the attributes in the order in which
they appear in the tag. However, XML probably does not allow a tag to
have different meanings depending on this order.
And having two 'tal:define' attributes, both before and after a
'tal:repeat', is absolutely out of the question. Too bad. ;-)
- Willem