Chris Withers writes: > How about doing the equivalent on html_quote in python? from DocumentTemplate. import DT_Util def html_quote(str): return DT_Util.html_quote(str) Dieter