RE: [xsl] Images and XSL FO

Subject: RE: [xsl] Images and XSL FO
From: DPawson@xxxxxxxxxxx
Date: Fri, 19 Jan 2001 08:38:35 -0000
> From: "Kohl, Sven" <Sven.Kohl@xxxxxx>
> The pdf-file has to look as followed:
> 		_________________
> 	text 1	|	image	     |
> 	text 2	|		     |
> 	text 2	|		     |
> 	text 2	|________________|
> 	text 2 text2 text 2

I've tried, and failed, to get text to wrap round an image.
I say fo can't do it....

unless you know differently :-)

It should be
<fo:block>
 <fo:inline>
  <fo:block>text content</fo:block>
  <fo:block>Image</fo:block>
 </fo:inline>
</fo:block>

but it isn't.

There's also a 'vertical align' property that could come into play,
but I couldn't get my head round that <sigh/>

Sorry not to be of help.

Regards DaveP

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread