[xslt] <img> and whitespaces
- From: Fredrik Wahl <FRWAH orangedk com>
- To: "'xslt gnome org'" <xslt gnome org>
- Subject: [xslt] <img> and whitespaces
- Date: Thu, 5 Jul 2001 09:52:45 +0100
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]