Max M wrote: > Mark Snellings wrote: > you probably only need to combine a few of the things you allready know > (untested):: > > <dtml-in "test.fileIds()"> > <dtml-var "_['sequence-item'].data"> > </dtml-in> > hmmm! that would be: <dtml-in "test.fileIds()"> <dtml-var "_[_['sequence-item']].data"> </dtml-in> regards Max m