[Zope] Help! Why doesn't this work...

Loren Stafford lstafford@icompression.com
Thu, 14 Oct 1999 13:47:24 -0700


> Eureka!!! After wasting nearly a full day on this, I've finally figured it
> out. The correct code is:
>
> <dtml-in "PARENTS[0].objectValues(['DTML Document'])">
>   <dtml-var "_.getitem('sequence-item').id">
> </dtml-in>
>


How does that differ from ...

 <dtml-in "PARENTS[0].objectValues(['DTML Document'])">
   <dtml-var id>
 </dtml-in>

... as another member suggested?


-- Just curious
-- Loren