[Zope] namespace problem??

Marcus Mendes mvmendes@emdata.com.br
Fri, 21 Jul 2000 12:17:51 +0100


Hello,

How can I get the contents of variable out of my  <dtml-in> </dtml-in>
code?

For example:
<dtml-in "_['sequence-item'].objectValues(['TSubRegiao'])">
        <dtml-call "REQUEST.set('HORA', horacondicaoatual)">
</dtml-in>

I need get the variable HORA and I couldn't.

Thanks

Marcus Mendes