Re: [Zope] DTML Question on lines
8 Sep
2000
8 Sep
'00
8:45 p.m.
Tim Cook writes:
"Coleman, Bryan" wrote:
I am trying to itterate through a lines .... <SELECT name="mySelection"> <dtml-in valid_codes> <option value="<dtml-var sequence-item>"> <dtml-var sequence-item> </option> In some cases, "html_quote" will be necessary, or a dtml-entity reference (which automatically does "html_quote") like this: <option value="<dtml-var sequence-item html_quote>"> <dtml-var sequence-item> or <option value="&dtml-sequence-item;"> <dtml-var sequence-item>
As a general rule, use a dtml entity reference, when a variable is used in a HTML attribute. Dieter
9341
Age (days ago)
9341
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer