xsl-list
[Top] [All Lists]

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

2003-01-09 09:10:49
         <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