<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Julian Reschke wrote:
<blockquote TYPE=CITE>&nbsp;<span class=240074008-23091999><font face="Arial"><font color="#0000FF"><font size=-1>I
find this way surprising. Yes, it's clear that opening and closing tags
compress well, but I would still have expected the attribute version to
be smaller...</font></font></font></span>&nbsp;</blockquote>

<p><br>Each quote (2 of them), comma, equal, and attribute name take up
5-10 bytes for each attribute when mapped to a symbol table, while the
element style takes up 2-4 bytes for the start tag and the end tag. The
exact number of bytes used for each attribute or element is dependent on
the compression algorithm and the number of different attribute or element
names used. So it is no surprise to me that using GZIP produces a compressed
attribute file that is larger (-:
<p>Tyler</html>