Phil Harris writes: > Is there an equivalent of: > > <dtml-with aq_explicit only> > > in either a Script(Python) or an external method? You do not have the magic DTML namespace. Therefore, you have no "with" and "only". You can use "aq_explicit": ox= o.aq_explicit .... ox.attr .... Dieter