xsl-list
[Top] [All Lists]

Re: [xsl] is it possible to resize an image to display smaller than the original

2012-03-31 08:11:54
ok, yes, I have that in the xsl.  Thank you.  Any ideas if the
resizing of the image is possible?

On Sat, Mar 31, 2012 at 8:55 AM, Martin Honnen 
<Martin(_dot_)Honnen(_at_)gmx(_dot_)de> wrote:
David Ryan wrote:

thanks for the reply.  I am fairly new to the xsl language so I am not
sure what you mean by "of course making sure the xsl:stylesheet
element binds the prefix 'fo' to the XSL-FO namespace".  would you
mind elaborating?


<xsl:stylesheet
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
 xmlns:fo="http://www.w3.org/1999/XSL/Format";
 version="1.0">

 <fo:external-graphic src="file:{/data/Photo}"/>



You probably have that already as otherwise doing
 <xsl:element name="fo:external-graphic">...</xsl:element>
would not work either.

--

       Martin Honnen --- MVP Data Platform Development
       http://msmvps.com/blogs/martin_honnen/

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


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