Re: [xsl] How to shift an image to the bottom of its current page ?

Subject: Re: [xsl] How to shift an image to the bottom of its current page ?
From: David Tolpin <dvd@xxxxxxxxxxx>
Date: Thu, 9 Jan 2003 20:10:49 +0400 (AMT)
>          <fo:flow flow-name="xsl-region-body">
> 
>              <fo:block>
>              	...
>              </fo:block>
>              ...
>              <fo:block> <fo:external-graphic src='url(foo.jpg)'/> </fo:block>
>        		...
>              <fo:block>
>              	...
>              </fo:block>
> 
>          <fo:flow>
> 
> 
> The fo:flow element contains material for several pages, and I want the 
> image to be shifted (or anchored) to the bottom of its current page (the 
> current page is the page where the image would appear without special action).

  <fo:block>
    <fo:footnote>
      <fo:footnote-body>
        <fo:external-graphic src="url(foo.jpg)"/>
      </fo:footnote-body>
    </fo:footnote>
  </fo:block>

  David Tolpin
  RenderX

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread