xsl-list
[Top] [All Lists]

Re: [xsl] controlling graphic displayed size in XSL

2012-04-04 11:25:34
Try using a visual editor like Ecrion.
Vasu

On 28 March 2012 13:59, David <dgdunk(_at_)gmail(_dot_)com> 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.

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




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

--~------------------------------------------------------------------
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>
  • Re: [xsl] controlling graphic displayed size in XSL, Vasu Chakkera <=