An XSLT alone is usually not helpful because we can't reproduce the problem without a corresponding XML file. Better yet, only post XSL-FO files. Anyway, you're using nested tables. There are definitely problems with that for RTF output. Please try to combine the nested table with the main one (use spanned cells where necessary instead) and then recheck if the problem still exists.
On 10.01.2006 14:42:43 [EMAIL PROTECTED] wrote: > That's what i got. > please help. > ---------- Initial Header ----------- > > >From : "Jeremias Maerki" [EMAIL PROTECTED] > To : [email protected] > Cc : > Date : Tue, 10 Jan 2006 13:39:11 +0100 > Subject : Re: table header repeated in next page > > > > > > > > > A quick test tells me that a table-header is repeated on every page with > > RTF output, so I can't reproduce your problem. Maybe you should post a > > small example. > > > > I've seen that there are still a few things in this area that are not > > properly done. table-footers, for example. On the other side, there > > seems to be no equivalent to a table-footer in RTF. > > > > I can see from your question that you're using a more recent version of > > FOP (because you're asking for RTF output), but please always state the > > FOP version, operating system and Java version in use. That already > > helps avoiding another round of "question and answer" and often results in > > a quicker problem resolution. That tip goes to everyone on this list, > > BTW. :-) > > > > On 10.01.2006 11:44:59 [EMAIL PROTECTED] wrote: > > > hi all > > > I 'm rendering an rtf file using xsl-fo. > > > I have a dynamic table quite long that exceed more than one page.My > > > problem is that the header of the table is NOT repeated in every next > > > page. > > > That's not happen rendering a PDF using the same xsl-fo file.Why? > > > Any help? > > > > > > > > Jeremias Maerki Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
