in reply to Re: Cleanning HTML - New/better module for that - test please! ;-P
in thread Cleanning HTML - New/better module for that - test please! ;-P
Since what I want is only clean HTML in a fast way, I can't parse the HTML with a full tree. Note that the idea is to filter the output of mod_perl, or any CGI, to make the HTML smaller, and this can't be slow or use much memory/CPU or will be bad for the server, without advantages.
I tested htmltidy (http://tidy.sourceforge.net/) and saw that it's good to fix bugs in the HTML and to apply a style to it, not to clean the code!
Graciliano M. P.
"The creativity is the expression of the liberty".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
what is your definition of clean code?
by g00n (Hermit) on Apr 23, 2003 at 03:43 UTC | |
by tachyon (Chancellor) on Apr 23, 2003 at 04:35 UTC | |
by gmpassos (Priest) on Apr 23, 2003 at 05:03 UTC |