thanks, you brought me to an idea. With the attribut space-after="11.0pt" it
does works but if the block has an value, the line height is twice. I�ve
solved my Problem as follows (principle is it the same solution)

<fo:table-cell padding-top="5.0pt" margin="5.0pt">
        <fo:block font-size="10.0pt" border-bottom="solid #000000 0.1pt">
                <xsl:if
test="/root/dreba.prj.gm3.kus.view.pdf.FopKontoeinzugsData/kontonummerart4/@
value!='null'">
                        <xsl:value-of
select="/root/dreba.prj.gm3.kus.view.pdf.FopKontoeinzugsData/kontonummerart4
/@value"/>
                </xsl:if>
        <xsl:if
test="/root/dreba.prj.gm3.kus.view.pdf.FopKontoeinzugsData/kontonummerart4/@
value='null'">
                <xsl:text>&#160;</xsl:text>
        </xsl:if>
        </fo:block>
</fo:table-cell>

Have a nice day, thank,

Jan
-----Urspr�ngliche Nachricht-----
Von: Mark Baier [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 11. Juni 2003 17:14
An: [EMAIL PROTECTED]
Betreff: AW: empty cells respectively empty blocks


Hi Jan,

you have to set the border-bottom attribute on the table-cell, not the block
;-))


fo:table-cell padding-top="5.0pt" border-bottom="solid #000000 0.1pt"
margin="5.0pt">
        <fo:block font-size="10.0pt" space-after="11.0pt" >
                <xsl:if
test="/root/dreba.prj.gm3.kus.view.pdf.FopKontoeinzugsData/kontonummerart4/@
                                value!='null'">
                        <xsl:value-of
select="/root/dreba.prj.gm3.kus.view.pdf.FopKontoeinzugsData/kontonummerart4
                                /@value"/>
                </xsl:if>
        </fo:block>
</fo:table-cell>

-----Urspr�ngliche Nachricht-----
Von: Zmitko, Jan [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 11. Juni 2003 17:11
An: '[EMAIL PROTECTED]'
Betreff: AW: empty cells respectively empty blocks


Hello Marc,

sorry, that does not work:

<fo:table-cell padding-top="5.0pt" margin="5.0pt">
        <fo:block font-size="10.0pt" border-bottom="solid #000000 0.1pt"
space-after="11.0pt" >
                <xsl:if
test="/root/dreba.prj.gm3.kus.view.pdf.FopKontoeinzugsData/kontonummerart4/@
value!='null'">
                        <xsl:value-of
select="/root/dreba.prj.gm3.kus.view.pdf.FopKontoeinzugsData/kontonummerart4
/@value"/>
                </xsl:if>
        </fo:block>
</fo:table-cell>

Do I something wrong?


-----Urspr�ngliche Nachricht-----
Von: Mark Baier [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 11. Juni 2003 16:57
An: [EMAIL PROTECTED]
Betreff: AW: empty cells respectively empty blocks


Hello Jan,

you can solve your problem by setting an
space-after="<<your_line_height>>"-attribute
 on the block inside the empty cell. Then the border is displayed correctly.

greez,
mark

-----Urspr�ngliche Nachricht-----
Von: Zmitko, Jan [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 11. Juni 2003 16:52
An: [EMAIL PROTECTED]
Betreff: empty cells respectively empty blocks


Hello,

I�have an Problem with empty cells or empty blocks. The defined line-height
is not set and the effect ist, that the border of the block (that condeces
as a line) displace upward. 

Can someone help me, I hope. Thanks in advance. 

Jan Zmitko


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


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

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


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

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

Reply via email to