[Zope] FW: Simple(?) Syntax Question (dtml-in)

Spicklemire, Jerry Jerry.Spicklemire@IFLYATA.COM
Fri, 25 Aug 2000 16:10:34 -0500


Actually, there are some extraneous "" in the prior post. Here's a corrected
version:

<dtml-in valid_prj>
  <dtml-call "REQUEST.set('val_prj_seq_item', _['sequence-item'][0])">
  <OPTION value="&dtml-val_prj_seq_item;"><dtml-var
val_prj_seq_item></OPTION>
</dtml-in> 

I also should have mentioned that this approach allows use of the &dtml-x;
"entity syntax", within tags..