RE: [xsl] fill empty fo:cell with whitespace? (NEWBIE)

Subject: RE: [xsl] fill empty fo:cell with whitespace? (NEWBIE)
From: Stuart Brown <sbrown@xxxxxxxxxxxxx>
Date: Mon, 16 Sep 2002 12:32:55 +0100
 Hi Thomas:

 <fo:table-cell border-width="0.1mm" border-bottom-style="solid">
   <fo:block>
     <xsl:text>&#xA0;</xsl:text>
   </fo:block>
 </fo:table-cell>

&#xA0; is the Unicode character reference for the character represented by
&nbsp; in HTML.

Cheers,

Stuart

> -----Original Message-----
> From: thomas [mailto:thomas.lohbeck@xxxxxx]
> Sent: 16 September 2002 11:40
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] fill empty fo:cell with whitespace? (NEWBIE)
> 
> 
> Hello
> I have several
> <fo:table-cell border-width="0.1mm" border-bottom-style="solid">
>   <fo:block>
>   </fo:block>
> </fo:table-cell>
> 
> If the cell is empty, the underline is not an the same height as the 
> cell before. Is there an way to fill it with like an &nbsp; ?
> 
> thanx
> loebek
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread