On Tue, 12 Feb 2002, Simon Crute wrote: > Is there easy way to "compress" the output from $tmpl->output so that > a) all comments are removed > b) all "non nessisary" white space is removed ?
I've heard you can use HTML::Clean to do this. It should be easy to pass the result of output() through a cleaning process before outputing. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
