RE: Table Column-Headers

2001-10-29 Thread Shkuro, Yuri

Chris,
 
  I am using fo:table-caption successfully.  Not sure what kind of feedback
you are looking for.
BTW, I don't know what you mean by fo:table-caption can host a table - it
should contain row
definitions, just as fo:table-body, with the same number of columns (the
columns widths will be
defined prior to that, as usual for fo:table-body).  The only difference
between caption and body
is that the latter will be repated if the table spans multiple pages.
 
Yuri.

-Original Message-
From: West, Chris [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 24, 2001 7:50 PM
To: '[EMAIL PROTECTED]'
Subject: Table Column-Headers



I'm dynamically generating a table that can have a variable number of rows.
In the situation where the table spans multiple pages, I would like to have
the first row contain the column labels.  I've been able to do this using a
style sheet, but it requires that the height of each row be fixed (which I
would like to avoid).  From the documentation, fo:table-caption can host a
table, which could be set up to be a one-row table that contains the column
headers.  From what I've read, this caption can be made to repeat after
crossing a page boundary.  Before trying this, I'd like to get some feed
back from those more experienced with FOP regarding this approach.  I'm
using the latest version, 20.2.

Thanks in advance, 

Chris W. 


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




RE: Table Column-Headers

2001-10-29 Thread Shkuro, Yuri

Sorry, what I said applies to f:table-header, which I am using. 
Don't know about table-caption.

-Original Message-
From: Shkuro, Yuri 
Sent: Monday, October 29, 2001 9:42 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Table Column-Headers


Chris,
 
  I am using fo:table-caption successfully.  Not sure what kind of feedback
you are looking for.
BTW, I don't know what you mean by fo:table-caption can host a table - it
should contain row
definitions, just as fo:table-body, with the same number of columns (the
columns widths will be
defined prior to that, as usual for fo:table-body).  The only difference
between caption and body
is that the latter will be repated if the table spans multiple pages.
 
Yuri.

-Original Message-
From: West, Chris [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 24, 2001 7:50 PM
To: '[EMAIL PROTECTED]'
Subject: Table Column-Headers



I'm dynamically generating a table that can have a variable number of rows.
In the situation where the table spans multiple pages, I would like to have
the first row contain the column labels.  I've been able to do this using a
style sheet, but it requires that the height of each row be fixed (which I
would like to avoid).  From the documentation, fo:table-caption can host a
table, which could be set up to be a one-row table that contains the column
headers.  From what I've read, this caption can be made to repeat after
crossing a page boundary.  Before trying this, I'd like to get some feed
back from those more experienced with FOP regarding this approach.  I'm
using the latest version, 20.2.

Thanks in advance, 

Chris W. 


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

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




RE: Table Column-Headers

2001-10-26 Thread Joshua.Kuswadi
Title: Table Column-Headers



Hi 
Chris,
Have 
you looked at fo:table-header? This should do what you want.
fo:table
 fo:table-header
 
fo:table-row
... 
content for the column headings ...
 
/fo:table-row
 /fo:table-header
 fo:table-body
 
... content for the body of the table 
...
 /fo:table-body
/fo:table

HTHs,Joshua

  -Original Message-From: West, Chris 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday,25 October 2001 
  9:50To: '[EMAIL PROTECTED]'Subject: Table 
  Column-Headers
  I'm dynamically generating a table that can have a 
  variable number of rows. In the situation where the table spans multiple 
  pages, I would like to have the first row contain the column labels. 
  I've been able to do this using a style sheet, but it requires that the height 
  of each row be fixed (which I would like to avoid). From the 
  documentation, fo:table-caption can host a table, which could be set up to be 
  a one-row table that contains the column headers. From what I've read, 
  this caption can be made to repeat after crossing a page boundary. 
  Before trying this, I'd like to get some feed back from those more experienced 
  with FOP regarding this approach. I'm using the latest version, 
  20.2.
  Thanks in advance, 
  Chris W. 

--
This message and any attachment is confidential and may be privileged or otherwise protected from disclosure.  If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.