Fellow list readers:
I use the following loop construct on Template 2.13:
[% FOREACH x IN y %]
...
[% END %]
Wich works.
I then try it out on a 2.06 installation.
It does not fail, it just does nothing.
Changing it to :
[% FOREACH x = y %]
...
[% END %]
makes it work again.
I read that both syntax were correct in the Badger Book(which documents
2.10), so i just wanted to check if my problem is only due to the fact
that 2.06 doesn't support FOREACH x IN y.
THanx in advance,
--
Lo�c.
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates