15 Oct
2003
15 Oct
'03
5:25 p.m.
On Wednesday, October 15, 2003, at 10:32 AM, Simon Bayling wrote:
Hello, How do you convert the spaces in a TALES expression?
e.g.
<td tal:content="repeat_object/person id">placeholder</td>
to
<td tal:content="python:container.script_id_converter(repeat_object.??)">pl a ceholder</td>
python: container.script_id_converter(repeat_object['person id']) -- Ian Bicking | ianb@colorstudy.com | http://blog.ianbicking.org