Forum Moderators: open
Is there any server software that will parse an HTML document prior to delivering it and cut out unnecessary whitespace and comments? That is to say, it won't take out whitespace between the A and HREF here:
<A HREF="...">
and it won't take out whitespace between the <TD> and <IMG> here:
<TD> <IMG SRC="...">
because those might be essential whitespaces. But in cases like this:
So
Much
Uneccesary
Whitespace!
they would. Does any such software exist?
Since then, I've just gotten into the habit of pulling all the brackets [> and <] together.
In any case, I'd be interested in finding them too.
Pendanticist.
So I'm dubious whether there is any real benefit in speding time removing all the white space from your html. Any saving you make will be very small and probably not noticable.