problem with table

2004-09-09 Thread Eldho George
  Hi all I have some problem with table .It showing the table with entire page width. That means suppose I have created only one column, it will occupy the entire page width and show the column with that much of width. I want to make the table according to the table content.(That means

problem with table

2002-11-13 Thread Tobias Grimm
Hi! Whenever I have a table where an entry doesn't fit in a column FOP ends up with an out-of-memory-message. Debug mode says something like this: ... [WARNING] table-layout=auto is not supported, using fixed! [DEBUG] area contents overflows area [DEBUG] area contents overflows area [DEBUG] area

Problem with table row

2004-07-16 Thread Alain ROY
Hi all, I generate a table using XSLT. In the second cell of my table rows, I have 3 blocks (3 rows of text). I want those line to always be together, in the table row. FOP has a surprising behaviour : - In the last row of each page, the row border overlaps the bottom margin and draws over the

Re: problem with table

2002-11-14 Thread Oleg Tkachenko
Tobias Grimm wrote: Whenever I have a table where an entry doesn't fit in a column FOP ends up with an out-of-memory-message. Looks like memory leak, but I cannot reproduce the problem. Provide xsl-fo (not docbook, but xsl-fo generated from it) document illustrating the bug, please. -- Oleg Tkach

problem with table header

2003-01-07 Thread Mihael Knezevic
hi, i got a little problem with table rendering. my problem: i have a table with a header row. as i dynamically generate the content of the headers i don't know how long the text for the header will be. so i sometimes get a very long header, which breaks into a second header row. now i

Re: Problem with table row

2004-07-16 Thread J.Pietschmann
Alain ROY wrote: I generate a table using XSLT. In the second cell of my table rows, > I have 3 blocks (3 rows of text). I want those line to always be > together, in the table row. Use keep-togheter="always" on the table row. To work around this problem, I used fo:wrapper ... I get error messages

Problem with table and borders.

2004-08-19 Thread Johan Andersson
Hi all, I'm using FOP 0.20.5 to create a PDF document. The document contains a table with 5 columns and varying number of rows. There is a line drawn around the table using the border-* properties of the cells at the edge of the table. The line drawn however appears to contain gaps which lies j

I have problem with table.

2004-09-17 Thread Eldho George
Hai all I have problem with table.For building table column i am using the following style.       xsl:for-each>    It will work properly if all the

Re: problem with table header

2003-01-07 Thread J.Pietschmann
Mihael Knezevic wrote: i have a table with a header row. as i dynamically generate the content of the headers i don't know how long the text for the header will be. so i sometimes get a very long header, which breaks into a second header row. now i would like to generally make the header 2 rows wid

RE: problem with table header

2003-01-07 Thread Mihael Knezevic
[mailto:[EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 2:08 PM To: [EMAIL PROTECTED] Subject: Re: problem with table header Mihael Knezevic wrote: > i have a table with a header row. as i dynamically generate the > content of the headers i don't know how long the text for the header >

Re: problem with table header

2003-01-07 Thread J.Pietschmann
Mihael Knezevic wrote: but the problem remains: i got different table header height because it sometimes needs one and sometimes two lines for the header. is there a possibility to say that i want the header (table cell from header) as high as two lines (relativ or absolut value) so that there all

RE: problem with table header

2003-01-07 Thread Mihael Knezevic
thanx. i'll try it. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 3:11 PM To: [EMAIL PROTECTED] Subject: Re: problem with table header Mihael Knezevic wrote: > but the problem remains: i got different table header height becau

Problem with table line width

2003-08-22 Thread Leonard Wolters
Hi, 've got a small question. I experience a problem with line width in tables. I'm using the 'border-collapse="separate"' attribute of the '

Re: Problem with table and borders.

2004-08-19 Thread Chris Bowditch
Johan Andersson wrote: Hi all, I'm using FOP 0.20.5 to create a PDF document. The document contains a table with 5 columns and varying number of rows. There is a line drawn around the table using the border-* properties of the cells at the edge of the table. The line drawn however appears to con

Re: Problem with table and borders.

2004-08-20 Thread Johan Andersson
Thanks Chris, can't explain why I didn't think of that myself. Probably lack of sleep.. :-) Regards, Johan Andersson Chris Bowditch wrote: Johan Andersson wrote: Hi all, I'm using FOP 0.20.5 to create a PDF document. The document contains a table with 5 columns and varying number of rows. There

Re: I have problem with table.

2004-09-18 Thread J.Pietschmann
Eldho George wrote: I have problem with table.For building table column i am using the following style. This will create too much table column declarations. Try harder. Suppose the first contain 2 and second contain 4 ,its showing

Re: Problem with table line width

2003-08-22 Thread Chris Bowditch
From: "Leonard Wolters" <[EMAIL PROTECTED]> 've got a small question. I experience a problem with line width in tables. I'm using the 'border-collapse="separate"' attribute of the ' In other words, all the OUTER lines are single width, and all INNER lines are double width. Does anyone know if this

RE: Problem with table line width

2003-08-25 Thread Leonard Wolters
er-collapse='xxx'" where the xxx garantuees that when borders of table cells are overlapping, only a single line is drawn. -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 10:58 AM To: [EMAIL PROTECTED] Subject: Re: Problem

RE: Problem with table line width

2003-08-25 Thread Andreas L. Delmelle
> -- >R1C1 |R1C2| R1C3 > -- <-- (This line is actually 2 >times the linewidth !) >R2C1 |R2C2| R2C3 > -- If you want that line to be single-width, this can be achieved in the following manner : For R(1) t

Re: Problem with table line width

2003-08-25 Thread Clay Leeds
Andreas L. Delmelle wrote: -- R1C1|R1C2| R1C3 -- <-- (This line is actually 2 times the linewidth !) R2C1|R2C2| R2C3 -- If you want that line to be single-width, this can be achieved in the follo

RE: Problem with table line width

2003-08-25 Thread Andreas L. Delmelle
>FEATURE REQUEST FOP: It would be nice if there is an alternative to the >'border-collapse="separate" considering the linewidth of >overlapping borders. Think of an "border-collapse='xxx'" where the >xxx garantuees that when borders of table cells are overlapping, >only a single line is drawn. Du

Re: Problem with table line width

2003-08-25 Thread J.Pietschmann
Leonard Wolters wrote: FEATURE REQUEST FOP: Check the border resolution spec in CSS2, then reformulate your request. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: problem with table(sorry ,i got small mistake)

2004-09-09 Thread Eldho George
      Hi all I have some problem with table .It showing the table with entire page width. That means suppose I have created only one column, it will occupy the entire page width and show the column with that much of width. I want to make the table according to the table content.(That

Re: FW: problem with table(sorry ,i got small mistake)

2004-09-09 Thread J.Pietschmann
Eldho George wrote: I want to make the table according to the table content. Automatic table layout is not implemented, see http://xml.apache.org/fop/compliance.html#fo-property-table-layout J.Pietschmann - To unsubscribe, e-mail: