xsl-list
[Top] [All Lists]

Re: [xsl] Trouble positioning "fo:block" at the bottom of the page

2011-02-07 04:50:02
On Mon, February 7, 2011 9:25 am, Struijk, Toon van der wrote:
...
I want a piece of text (sort of final notes in a brochure) to appear at
the bottom of the last page if that page has room for it. If there is no
room for it, I want it to appear at the next page, but also at the bottom
of it. This means that when the regular content of the brochure has
reached the end, I add the 'final notes'.

Have you looked at putting your final notes in the fo:region-after of a
fo:simple-page-master and using fo:repeatable-page-master-alternatives in
your fo:page-sequence-master where the first alternative is:

<fo:conditional-page-master-reference
  page-position="last"
  master-reference="my-final-notes-page-master" />

?

(Sorry for the rushed reply.  Feel free to ask for clarification if you
need it.)

Regards,


Tony Graham                         
Tony(_dot_)Graham(_at_)MenteithConsulting(_dot_)com
Director                                  W3C XSL FO SG Invited Expert
Menteith Consulting Ltd                               XML Guild member
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599   http://www.menteithconsulting.com
  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
xmlroff XSL Formatter                               http://xmlroff.org
xslide Emacs mode                  http://www.menteith.com/wiki/xslide
Unicode: A Primer                               urn:isbn:0-7645-4625-2


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>