Re: preventing escaping of less-than and greater-thans in tal:replace

Charlie Clark <[email protected]> Mon, 14 Aug 2006 21:03:55 +0200
Newsgroups gmane.comp.web.zope.page-templates
Message-ID <[email protected]>
Am 14.08.2006 um 21:02 schrieb Don Morrison:

>> Am 14.08.2006 um 20:36 schrieb Don Morrison:
>>
>> > I refactored some...
>> >
>> >    <select name=3D"task" tabindex=3D"2" onchange=3D"ifnew_showdiv
>> > ('new_task')">
>> >
>> >      <option tal:repeat=3D"record task_list"
>> >              tal:attributes=3D"label record/name; value record/id"
>> > tal:content=3D"record/name">
>> >      Example Option
>> >      </option>
>> >
>> >      <option label=3D"New" value=3D"New">New</option>
>> >    </select>
>>
>> No need for the <div> to loop and no need to wrap you variable names
>> in cryptic abbreviations.
>
> I tried removing the div and putting the repeat in the option tag and
> it didn't work.

Well, you will hit problems with your define because that will run =20
before your repeat. Remove it and be happy.

Charlie

Charlie Clark
Helmholtzstr. 20
D=FCsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226