I'd rather avoid to pollute the name space too much. You can do
def NBSP(n=1): return XML(' '*n)On May 30, 11:32 am, NetAdmin <[email protected]> wrote: > It would be nice to have a non-breaking space html-helper that uses > the following syntax... > > NBSP(), or NBSP(5) > > Any Takers?

