Luke Shannon wrote:
<fo:region-body margin-top="3cm"/>
<fo:region-before extent="3cm"/>
<fo:region-after extent="1.5cm"/>
Minor problem here: your body region overlaps region-after.
<fo:table>
<fo:table-body>
No fo:table-columns here. Bad. FOP 0.20.5 can't do table auto
layout.
Also, you should have got a warning about using a fixed table
layout. Look carefully.
<xsl:with-param name="text_number" select="number('1')" />
Utterly redundant XPath type conversion.
<xsl:with-param name="text_firstname" select="string('TEXT')" />
<xsl:with-param name="texttype" select="string('norich')" />
More redundant XPath type conversions.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]