|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XSL FO Image alignment problem
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="{@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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






