xsl-list
[Top] [All Lists]

[xsl] XSL FO Image alignment problem

2008-02-01 02:59:20

Hi,

I am working on XSL FO to convert XML to PDF. Can
anyone suggest, How to set the images always at top or
bottom of the pages? 

I am using Apache-fop-0.94.

My XSL is like:
<xsl:template match="fig/graphic">
<fo:block text-align="center">
<fo:external-graphic src="{(_at_)src}"
baseline-shift="-2mm">
<xsl:apply-templates/>
</fo:external-graphic>
</fo:block>
</xsl:template>

Thanks in advance.
S. Vanaja



      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

--~------------------------------------------------------------------
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>