Re: URGENT - size of image and fit on area

"Helene-Chevalier" <[email protected]> Thu, 19 Dec 2002 14:36:13 +0100
Newsgroups gmane.text.xml.xsl.general
Message-ID <[email protected]>
I'm looking at old posts and find your question.
I wonder how you are inserting your images.
I am inserting many images using the page of code below, and they get shrinked automatically whenever it's necessary (using FOP).
Hope this helps ...
<fo:block text-align="center">

<fo:external-graphic src="{concat(ancestor::mxdoc:article/@imagePath,@source)}"/>

</fo:block>