Tom Deprez wrote: > python:path('item[0]/%s'%fname) I wouldn't expect this to work. Try "python:getattr(item[0], fname)". Cheers, Evan @ Zope