David Preuss wrote:

Hello,

I have the problem that when I insert an image and want to scale it, the
given values are not applied. I have the following code in my xsl:

<xsl:if test="string-length(@Picture) > 1 and string-length(@Description) =
0">
<fo:external-graphic src="[EMAIL PROTECTED]" scaling="uniform"
scaling-method="integer-pixels" content-width="16px"/>
</xsl:if>

content-width and content-height are ignored by FOP 0.20.5. Try width and height instead. Note, however that it is not a good idea to use px as a measurement. Use cm, mm or in instead.


<snip/>

Chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to