[xslt] <img> and whitespaces



What's the status of the discussion about whitespaces around <img> (and
possibly other) tags?

I encounter the problem when having several images in a tablecell, like
<td><img><img></td>.
After transformation the HTML looks like: 
<td>
<img><img>
</td>

which adds the famous whitespace after the last image.

I solved my problem by setting the <td> as inline in HTMLparser.c (libxml),
but does anyone have a better solution how this should be handled?

FW




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]