On Wed, 13 Sep 2000, Tim Hicks wrote:
> <dtml-unless "id == 'index_html'">
Sometimes id is string, sometimes it is a function.
<dtml-unless "_['id'] == 'index_html'">
Oleg.
----
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.