On xsl template sthe whole design view shows wrong when the path expression is
longer than the resul will be.

Example:

the outpur will be:

<td style="width:20px">1</td>

the xsl is


<td style="width:20px"><xsl:value-od
select="someverylongxpathexpression"/></td>

in design view my cell is now 300 px or so....

Is there not any option wher DW cuts the path expression to the correct cell
size ? To me the DW xsl development is totally useless if DW screws up the
design like that completely !