15 Sep
2003
15 Sep
'03
9:22 p.m.
Chris Withers wrote at 2003-9-15 14:22 +0100:
Dieter Maurer wrote: ...
TAL poses a problem when the attribute contains character or entity references (such as Ä). "tal:attributes" quotes them as "Ä" which is not the same as "Ä".
Does structure not work here?
<x tal:attributes="structure name string:Ä"/>
It does not, neither in the form "structure name expr" nor in the (more correct) form "name structure expr". Both give "bad variable name exceptions". Dieter