You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by bonekrusher <dj...@yahoo.com> on 2009/01/17 12:35:36 UTC

table-rows spanning more than one page

Hi,

I have a table row that will span more than one page. When the row splits on
the first page, I loose the bottom border. How do I keep the bottom border?

Thanks

Phil


-- 
View this message in context: http://www.nabble.com/table-rows-spanning-more-than-one-page-tp21515517p21515517.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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


Re: table-rows spanning more than one page

Posted by bonekrusher <dj...@yahoo.com>.
Ok,

If I found the source of the problem. If the table (the table wrapper) has a
parent fo:block, this causes the problem. When I remove it, it works fine.
Is this correct behavior?

Regards,

Phil

-- 
View this message in context: http://www.nabble.com/table-rows-spanning-more-than-one-page-tp21515517p21529210.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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


Re: table-rows spanning more than one page

Posted by bonekrusher <dj...@yahoo.com>.
Thanks :)


Vincent Hennebert-2 wrote:
> 
> You have a keep-together.within-column="always" on the fo:block
> following the “Processing: ACM:MPROC” comment. Remove it and your table
> is rendered fine.
> 

-- 
View this message in context: http://www.nabble.com/table-rows-spanning-more-than-one-page-tp21515517p21541764.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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


Re: table-rows spanning more than one page

Posted by Vincent Hennebert <vh...@gmail.com>.
Hi Phil,

bonekrusher wrote:
> Thanks Jeremias,
> 
> I was able to get it working, however I come across a problem if the table
> is nested inside a cell.
> I've attached a working example. The nested table runs into the
> region-after. I worked on this all day and can't seem to figure it out. Can
> either you or Andreas take a look?

You have a keep-together.within-column="always" on the fo:block
following the “Processing: ACM:MPROC” comment. Remove it and your table
is rendered fine.

> 
> Thanks,
> 
> Phil
> 
> http://www.nabble.com/file/p21528309/markers-tables-test-issue.fo
> markers-tables-test-issue.fo 

HTH,
Vincent

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


Re: table-rows spanning more than one page

Posted by bonekrusher <dj...@yahoo.com>.
Thanks Jeremias,

I was able to get it working, however I come across a problem if the table
is nested inside a cell.
I've attached a working example. The nested table runs into the
region-after. I worked on this all day and can't seem to figure it out. Can
either you or Andreas take a look?

Thanks,

Phil

http://www.nabble.com/file/p21528309/markers-tables-test-issue.fo
markers-tables-test-issue.fo 
-- 
View this message in context: http://www.nabble.com/table-rows-spanning-more-than-one-page-tp21515517p21528309.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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


Re: table-rows spanning more than one page

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
If you're using the "separate" border model, it has to be on table-cell.

On 17.01.2009 13:27:13 bonekrusher wrote:
> 
> Thanks Andreas,
> 
> I has that property on the row, not the fo:table...
> 
> Thanks for the help!
> 
> Phil
> 
> 
> Andreas Delmelle-2 wrote:
> > 
> > On 17 Jan 2009, at 12:35, bonekrusher wrote:
> > 
> > Hi Phil,
> > 
> >> I have a table row that will span more than one page. When the row  
> >> splits on
> >> the first page, I loose the bottom border. How do I keep the bottom  
> >> border?
> > 
> > border-after-width.conditionality="retain"
> > 
> > See: http://www.w3.org/TR/xsl/#border-after-width
> > 
> > HTH!
> > 
> > Cheers
> > 
> > Andreas


Jeremias Maerki


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


Re: table-rows spanning more than one page

Posted by bonekrusher <dj...@yahoo.com>.
Thanks Andreas,

I has that property on the row, not the fo:table...

Thanks for the help!

Phil


Andreas Delmelle-2 wrote:
> 
> On 17 Jan 2009, at 12:35, bonekrusher wrote:
> 
> Hi Phil,
> 
>> I have a table row that will span more than one page. When the row  
>> splits on
>> the first page, I loose the bottom border. How do I keep the bottom  
>> border?
> 
> border-after-width.conditionality="retain"
> 
> See: http://www.w3.org/TR/xsl/#border-after-width
> 
> HTH!
> 
> Cheers
> 
> Andreas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/table-rows-spanning-more-than-one-page-tp21515517p21515901.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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


Re: table-rows spanning more than one page

Posted by Andreas Delmelle <an...@telenet.be>.
On 17 Jan 2009, at 12:35, bonekrusher wrote:

Hi Phil,

> I have a table row that will span more than one page. When the row  
> splits on
> the first page, I loose the bottom border. How do I keep the bottom  
> border?

border-after-width.conditionality="retain"

See: http://www.w3.org/TR/xsl/#border-after-width

HTH!

Cheers

Andreas

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