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






        
                
___________________________________________________________ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de

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

Reply via email to