[Zope] namespace???

Marcus Mendes mvmendes@emdata.com.br
Thu, 13 Jul 2000 17:11:26 +0100


Hello,

How can I put the content of   TITULO_CIDADE  out of my tags <dtml-in>
</dtml-in> ??

My code is :

 <dtml-in "_['sequence-item'].objectValues(['TSimpleItem'])" sort=title>

     <dtml-if "_['sequence-item'].id == CIDADE">
         <dtml-call "REQUEST.set('TITULO_CIDADE',
_['sequence-item'].title)">
      </dtml-if>
 </dtml-in>

Thanks.

Marcus Mendes