Re: [xsl] controlling graphic displayed size in XSL

Subject: Re: [xsl] controlling graphic displayed size in XSL
From: Vasu Chakkera <vasucv@xxxxxxxxx>
Date: Wed, 4 Apr 2012 17:25:16 +0100
Try using a visual editor like Ecrion.
Vasu

On 28 March 2012 13:59, David <dgdunk@xxxxxxxxx> wrote:
> I am running xml version 1.0 on an AIX FOP engine.
>
> I have tried many of the suggestions listed in the archives but not had  a
> successful outcome.  I need to be able to control the size of the image
> being displayed.  Is it possible?
>
> Here is what is currently in place.
>
> <fo:block-container overflow="hidden" display-align="before"
> content-height="scale-to-fit" height="2.00in"
> content-width="scale-to-fit" width="2.00in" scaling="non-uniform">
>       <fo:block>
>               <xsl:element name="fo:external-graphic" >
>                       <xsl:attribute name="src">file:<xsl:value-of
> select="/data/rmHeaderImage"/></xsl:attribute>
>                 </xsl:element>
>       </fo:block>
> </fo:block-container>
>
> Any help would be greatly appreciated.
>



--
Vasu Chakkera
NodeLogic Limited
Oxford
www.node-logic.com
==============

Current Thread