[Zope] namespace??

Marcus Mendes mvmendes@emdata.com.br
Fri, 14 Jul 2000 11:31:34 +0100


--------------2FD1916DD4F38E67F3D54871
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

How can I get  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



--------------2FD1916DD4F38E67F3D54871
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
How can I get&nbsp; the content of&nbsp;&nbsp; <i>TITULO_CIDADE</i>&nbsp;
out of my tags &lt;dtml-in>
<br>&lt;/dtml-in> ??
<p>My code is :
<p>&nbsp;&lt;dtml-in "_['sequence-item'].objectValues(['TSimpleItem'])"
sort=title>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;dtml-if "_['sequence-item'].id == CIDADE">
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dtml-call "REQUEST.set('<i>TITULO_CIDADE'</i>,_['sequence-item'].title)">
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dtml-if>
<br>&nbsp;&lt;/dtml-in>
<p>Thanks.
<p>Marcus Mendes
<br>&nbsp;
<br>&nbsp;</html>

--------------2FD1916DD4F38E67F3D54871--