table header appears more than once

View: New views
5 Messages — Rating Filter:   Alert me  

table header appears more than once

by nancy_b :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys,

I am using XSLTPROC and FOP 0.94.

I have the following problem with my table headers:

When there is a page break the table header appears
once again on the new page and then the rest of the
rows. How do I make the table header appear only once?

Thanks in advance!
Nancy

Re: table header appears more than once

by Andreas Delmelle-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Jun 19, 2008, at 15:26, nancy_b wrote:

<snip />
> I have the following problem with my table headers:
>
> When there is a page break the table header appears
> once again on the new page and then the rest of the
> rows. How do I make the table header appear only once?

You need to make sure that the following is specified on the fo:table:

table-omit-header-at-break="true"
(http://www.w3.org/TR/xsl/#table-omit-header-at-break)

HTH!

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@...
For additional commands, e-mail: fop-users-help@...


Re: table header appears more than once

by nancy_b :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi dear Andreas,
Thanks for your response!
Is it possible to specify this via XSL stylesheet customization?

Best wishes,
Nancy

nancy_b wrote:
Hi guys,

I am using XSLTPROC and FOP 0.94.

I have the following problem with my table headers:

When there is a page break the table header appears
once again on the new page and then the rest of the
rows. How do I make the table header appear only once?

Thanks in advance!
Nancy

Re: table header appears more than once

by Andreas Delmelle-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Jun 19, 2008, at 15:44, nancy_b wrote:

Hi Nancy

> Thanks for your response!
> Is it possible to specify this via XSL stylesheet customization?

That should be no problem, but I have only very little experience  
with Docbook myself...
Hopefully someone around here can point you in the right direction.
If not, best to turn to one of the docbook-lists on Oasis (or delve  
deeper into the stylesheets and find out which templates are  
responsible for generating the fo:table in question)


KR

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@...
For additional commands, e-mail: fop-users-help@...


Re: table header appears more than once

by nancy_b :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you anyway! :-)


nancy_b wrote:
Hi guys,

I am using XSLTPROC and FOP 0.94.

I have the following problem with my table headers:

When there is a page break the table header appears
once again on the new page and then the rest of the
rows. How do I make the table header appear only once?

Thanks in advance!
Nancy