Dave DeMaagd <[EMAIL PROTECTED]> writes:
> Have an application that generates nicely formatted HTML (from
> templates, so that they can be easily edited), but since there's a
> awful lot of extra line breaks (and other things, like comments) that
> we'd like to strip out (save bandwidth), is there an easy way to do
> this via mod_perl, something like a PerlOutputHandler???

If you are using templates, why not strip them offline?  I use
HTML::Clean on the my HTML::Templates.  A Makefile keeps the working
version up to date with respect to the source.

-- 
Frank Cringle,      [EMAIL PROTECTED]
voice: (+49 2304) 467101; fax: 943357

Reply via email to