[ic] Removing blank lines from source

Grant emailgrant at gmail.com
Fri Jul 14 21:43:51 EDT 2006


> Or maybe you could even use HTML Tidy.
>
> http://tidy.sourceforge.net/

Are you using mod_tidy?  Their docs say this:

"
mod_tidy works as a filter that hooks up to the (X)HTML output of an
Apache 2 webserver.  It passes the webservers' (X)HTML output to
TidyLib which parses and optional cleans-up and pretty-prints that
output.  If TidyLib detects an error, the client receives a HTML page
with a list of all found errors and warnings that prevent the input of
being a valid (X)HTML document.  If TidyLib doesn't complain, the
client will get and display the (X)HTML data as without mod_tidy.

Due to the fact that mod_tidy may affect little response delays of the
webserver, its use should be reduced to a developer framework only.
mod_tidy is not recommended to be used in a production environment,
where response delays of the webserver are undesirable.
"

I'm looking for something like mod_tidy but designed for use in a
production environment.  Is there another option?

- Grant


More information about the interchange-users mailing list