Compresses HTML by removing unnecessary white space.Compacts HTML so that web pages are 20% smaller and hence 20% FASTER. It does this by removing all unnecessary white
space.
To fluff files up again, I suggest using SlickEdit beautify. The file will render on browsers exactly as they did before. Any [pre] sections are left intact.
No comments are removed. See http://mindprod.com/projects/compactor.html for how it works.
NOTE THE COMPACTOR JUST COMPACTS YOUR HTML. IT DOES NOT FLUFF UP AGAIN.
You can incorporate Compactor into your own program, and have it optionally strip comments altogether, except magic comments you define as macros.