Re: Force Page Break in fo:list-item

2012-07-31 Thread Bonekrusher
Thanks - I will try the later for now. Putting the block between the list
items seem to be easier solution at this point. 

Thx

I will report back




--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Force-Page-Break-in-fo-list-item-tp36554p36556.html
Sent from the FOP - Users mailing list archive at Nabble.com.

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



Force Page Break in fo:list-item

2012-07-30 Thread Bonekrusher
Hi all,

I am using FOP 1.0 and 0.95. How can I force a Page Break in a fo:list-item?
I've tried break-before which drops the content and keep-with-next on the
list-block or list-item. Neither work.

Thx




--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Force-Page-Break-in-fo-list-item-tp36554.html
Sent from the FOP - Users mailing list archive at Nabble.com.

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



Re: Force Page Break in fo:list-item

2012-07-30 Thread Luis Bernardo


You probably need to upgrade to trunk.

I know this works in trunk:

list-block
list-item
.
/list-item
list-item break-before=page
list-item-labellabel/list-item-label
list-item-bodybody/list-item-body
/list-item
/list-block

and it also works if you put the break inside the body.

if you are stuck with 1.0 and it doesn't work you can always create two 
lists and put the break in between.


On 7/30/12 11:50 PM, Bonekrusher wrote:

Hi all,

I am using FOP 1.0 and 0.95. How can I force a Page Break in a fo:list-item?
I've tried break-before which drops the content and keep-with-next on the
list-block or list-item. Neither work.

Thx




--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Force-Page-Break-in-fo-list-item-tp36554.html
Sent from the FOP - Users mailing list archive at Nabble.com.

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




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