[Zope] Getting id of sequence-item

Hannu Krosing hannu@tm.ee
Tue, 14 Dec 1999 01:37:15 +0200


"Robert W. Erb" wrote:
> 
> 
> How can I do this?  I can't seem to get any of these
> to work:
> 
>   <dtml-if "id != index_html">

try this :
    <dtml-if "id != 'index_html'">

-------------
Hannu