This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Images and XSL FO


> From: "Kohl, Sven" <Sven.Kohl@cci.de>
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]