Re: [xsl] empty fo-block in table cells not rendering

Subject: Re: [xsl] empty fo-block in table cells not rendering
From: Eliot Kimber <ekimber@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Feb 2004 12:23:18 -0600
Andreas L. Delmelle wrote:

-----Original Message-----
From: Mark Williams


...  Any idea why this might be and how I can get
the cell to render the empty blocks.

The safest way to create "empty" blocks is to use a space leader. This avoids any problems with FO implementations suppressing blocks that are either empty or contain only white space, e.g.:


<fo:block>
 <fo:leader leader-pattern="space" length="1em"/>
</fo:block>

Cheers,

Eliot
--
W. Eliot Kimber
Professional Services
Innodata Isogen
9030 Research Blvd, #410
Austin, TX 78758
(512) 372-8122

eliot@xxxxxxxxxxxxxxxxxxx
www.innodata-isogen.com


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



Current Thread