xsl-list
[Top] [All Lists]

Re: empty fo-block in table cells not rendering

2004-02-20 11:23:18
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(_at_)innodata-isogen(_dot_)com
www.innodata-isogen.com


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