Jessica Niewint wrote:
The variable $sectioncontent contains a path to an image (Like: http://www.myserver.com/xyz.jpg) .
If you point a browser to this address, do you see the image?

<fo:external-graphic src="$sectioncontent" content-height="100%" content-width="100%"/>Image here
Apart from the problems mentioned elsewhere, content-height
and content-width are not implemented. If you want your image
to have specific measurements, use height and/or width with
absolute measurements (cm, in or pt, not %). If you use both
height and width, your image will be stretched, otherwise
the aspect ratio is conserved. If you omit both height and
width, your image will be rendered with a 72dpi resolution.
This may overflow the available space, which in turn may
cause the image to be dropped (you should see an overflow mark
in the logs).

J.Pietschmann


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to