9 Jul
2003
9 Jul
'03
6:50 p.m.
zoper@disturbance.dhs.org wrote at 2003-7-8 09:43 -0700:
Is there an easy way to surpress all whitespace output from DTML? Essentially, I have a situation where DTML is used for a crutch to do some simple logical things, but where most of the interesting stuff happens in external methods. There are a few lines of DTML that actually produce useful output, but I am getting a TON of whitespace before my interesting output that I need to surpress.
Do not use DTML for this. Use (internal) Python Scripts, instead. Dieter