Re: [xsl] zero-width spaces problem - table cell contents overflow

Subject: Re: [xsl] zero-width spaces problem - table cell contents overflow
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Fri, 16 Sep 2005 21:27:50 +0200
paul.griffin@xxxxxxxxxxxxxx wrote:
i'm attempting to overcome the problem of table cell contents
overflowing by inserting zero-width spaces into the content string. The
scheme is working correctly in that i know longer receive overflow
errors. Unfortunately the zero-width spaces are being rendered as
visible white space such that  www.urlname.com becomes www. urlname.
com.  My xsl try to replace the '.' with '.&#x200B;' which should give
me the url without the spaces.
Has anyone encountered this problem before? any suggestions as to why
the zero-width spaces are being rendered as visible white space??
any help appreciated!


Which FO processor are you using? If you specified text-align="justify",
try text-align="left".

J.Pietschmann

Current Thread