Hi,

I'm facing one more problem now.
I've put some content in table footer, but that footer data is not getting
printed at the end of report, instead the footer gets displayed immediately
after the table row data gets ended.

this is the xsl snippet

      <fo:table table-layout="fixed" font-family="MS Gothic"
font-size="8pt">
            <fo:table-column column-width="50mm"/>
            <fo:table-column column-width="10mm"/>
            <fo:table-column column-width="130mm"/>
            <fo:table-header>
                 -- header rows
</fo:table-header>
<fo:table-footer>
--footer rows
</fo:table-footer>
<fo:table-body>
              <fo:table-row height="205mm">
.......

i'm observing this issue only with new fop 1.1 version, in older version it
was working fine.



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Re-Fixing-the-table-height-tp41699p41793.html
Sent from the FOP - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to