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

Subject: Re: [xsl] is it possible to resize an image to display smaller than the original
From: David Ryan <dgdunk@xxxxxxxxx>
Date: Sat, 31 Mar 2012 09:11:42 -0400
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.Honnen@xxxxxx> 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/

Current Thread