Gijs Reulen writes: > I have a root level folder with a DTML Document. From within this document I > want to use a DTML Method that is located in a sister folder; another folder > from the root. > I tried the full path but that does not seem to work. > What else ? <dtml-with other_folder> <dtml-var method> </dtml-with> Dieter