Re: [css2xslfo-support] [css2xslfo] flexible vertical spacing
Brought to you by:
wdonne
From: Andreas J. <li...@an...> - 2006-03-06 09:39:47
|
Thanks for the hint but neither Xinc nor XFC work with that. Anyway..it was a nice try to satisfy the requirements of my boss :-) Andreas --On 6. M=C3=A4rz 2006 10:17:37 +0100 Werner Donn=C3=A9 = <wer...@re...> wrote: > Hi Andreas, > > This can be done as follows: > > <?xml version=3D"1.0" encoding=3D"UTF-8"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns=3D"http://www.w3.org/1999/xhtml"> > <head> > <title></title> > </head> > <body> > <div style=3D"height: 100%"> > <div style=3D"height: 100%"> > <p>A paragraph.</p> > </div> > <p>The end.</p> > </div> > </body> > </html> > > I'm not entirely sure, however, that this is portable. It works fine > with XEP and XSL Formatter, but not with Xinc or FOP, for example. > There was a discussion about a similar case here > http://www.renderx.net/lists/xep-support/4131.html. > > Best regards, > > Werner. > > Andreas Jung wrote: >> We have the usecase where a document contains <div> at the end of the >> text. This <div> should be aligned with the bottom of the last page >> where it appear. So there must be a flexible vertical spacing between >> the last text >> before this <DIV> and the <DIV> itself. Is there a way to accomplish >> that? >> >> Regards, >> Andreas >> >> >> ----------------------- >> | text text text text | >> | text text text text | >> | | >> | | >> | | >> | | >> | ------------------- | >> | DIV goes here | >> ----------------------- >> >> > > -- > Werner Donn=C3=A9 -- Re BVBA > Engelbeekstraat 8 > B-3300 Tienen > tel: (+32) 486 425803 e-mail: wer...@re... > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language that extends applications into web and mobile media. Attend the > live webcast and join the prime developer group breaking into this new > coding territory! > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D12= 1642 > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support |