Hi,

I am trying create tables in PDF. Therefor I use this template:

        <xsl:template match="table">
                <fo:table table-layout="auto" border="[EMAIL PROTECTED]" 
padding="[EMAIL PROTECTED]">
                        <fo:table-body>
                                <xsl:apply-templates select="tr" />
                        </fo:table-body>
                </fo:table>
        </xsl:template>

Borders around the table and between the cells are not displayed - even when I 
set a hardcoded border width:
<fo:table table-layout="auto" border="1" padding="[EMAIL PROTECTED]">

Does anyone know the reason and/or a solution?

Steffen

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

Reply via email to