Please provide a full test file. I can't reproduce your problem.

On 22.09.2005 23:06:46 Thomas Winkler wrote:
> Hello,
> 
> I am using the alpha version of Fop 1.0.
> 
> I want to create a table with some columns and rows.
> Each row must be dotted.
> This works fine if all columns are filled with values.
> 
> But if some values are missed, then the column is
> totally blank.
> 
> How can this be avoided ? 
> 
> Here my xsl-fo snippet :
> 
> ...
> <fo:table-row>
>  <fo:table-cell border-bottom="dotted">
>     <fo:block>
>       <xsl:value-of select="@order-date"/>
>     </fo:block>
> ....
> 
> 
> Thanks in advance !
> 
> 
> Thomas


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to