> What I think could work for you is to specify
> block-progression-dimension.minimum="1em" on a table-row. In that case,
> a row cannot collapse even if you only use a minimum <fo:block/> inside
> the table-cells.
That didn't work with 0.90. Here's a snippet from what I tested:
<fo:table-row block-progression-dimension.minimum="1em"
keep-together.within-page="always">
<fo:table-cell border-width="1pt" border-style="solid"
border-color="black">
<fo:block xsl:use-attribute-sets="headerleft"><xsl:value-of
select="@name"/></fo:block>
<fo:block xsl:use-attribute-sets="headerleft"><xsl:value-of
select="@city"/></fo:block>
<fo:block xsl:use-attribute-sets="headerleft"><xsl:value-of
select="@address"/></fo:block>
</fo:table-cell>
<fo:table-cell border-width="1pt" border-style="solid"
border-color="black">
<fo:block/>
<fo:block/>
<fo:block/>
<fo:block/>
<fo:block xsl:use-attribute-sets="headercenter"><xsl:value-of
select="@id"/></fo:block>
</fo:table-cell>
0.90 collapses those empty blocks.
Jay Bryant
Bryant Communication Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]