kent sin writes: > Is it possible to store a list as attributes to DTML > Document? Yes. The corresponding property types are "tokens" (white space separated lists) and "lines" (newline separated lists). That said, they can not hold arbitrary list but only list of strings that do not contain the separator. Dieter