[ZPT] Composer question
Jean Jordaan
jean@upfrontsystems.co.za
Thu, 12 Dec 2002 11:22:55 +0200
Hi all
I've discovered that Composer in
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20021212
discards <tal:block ..> style code. I guess that's OK, though I
really like the <tal:block ..> idiom. Something else bugs me more
though. In the following, Composer discards the <span ..> tags::
<select name="Country">
<span tal:repeat="country_item here/interface/country_list">
<option value=""
tal:define="selected python:(feko_user.Country == count
ry_item and 'selected') or ''"
tal:attributes="value country_item; selected selected"
tal:content="country_item">country_name
</option>
</span>
</select>
That can't be right, can it? Is SPAN not a valid tag there?
--
Jean Jordaan
http://www.upfrontsystems.co.za