Are you going to implement this in one of the next releases? -----Ursprüngliche Nachricht----- Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 23. Februar 2006 13:47 An: [email protected] Betreff: Re: AW: Flow Area with explizit height inside an "normal" flow area?
With overflow="repeat" (defined in the latest XSL 1.1 CR) I think this could be done, but this would have to be implemented, first. However, I'm not sure if you can reliably force every container on a new page if the container's height is less than half the available content height on a page. On 23.02.2006 13:21:18 news wrote: > I tried it, but the result was that the user content flows over the > block-container. FOP 0.90 beta says: > Part/page 1 overflows the available area in block-progression dimension. > (fo:block-container, locati > on: 1/2603) > My container looks like that: > <fo:block-container position="relative" break-after="page" height="5cm" > border="0.5pt dotted black"> > > :( > > Is it possible that if the content of the container does not fit into > it, that a second container is automaticly opend (on the next page > because I have 'break-after="page"' and the rest of the user content > is written into > it?) > > Jan > > -----Ursprüngliche Nachricht----- > Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 22. Februar 2006 14:07 > An: [email protected] > Betreff: Re: Flow Area with explizit height inside an "normal" flow area? > > Not sure if I understand you but I guess you'd insert the fixed > content into a (relatively positioned) block-container (works only > with FOP 0.90 and > later) where you set the height or block-progression-dimension > property and a break-after="page". > > On 22.02.2006 12:01:56 news wrote: > > Hello List, > > > > I ve a project where I ve got flow content going up to several pages. > > Inside this flow content I want to insert another flow content whose > > measures where set up by a user previously. The user controlled > > content should be outputted as is. Means that if the flow content to > > be inserted has a height of 10cm a page break should be performed > > after 10cm. The to be entered content comes at once, without any > > other content in between. After it was inserted the "normal" content > > is supposed to be outputted in the flow area using the region-body > > scale > definitions. > > Hm, I hope I could make myself clear :) > > > > Does anybody have a idea how this could work? Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
