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.
> 

Indeed. Floats (fo:float), floating horizontally are for that. Unfortunately,
in most implementations I'm aware of floats either do not float at all,
or float in the natural vertical direction.

Other implementation do support horizontal floating, but lack other significant
features.

And no, RenderX XEP does not handle fo:float yet. It's on the list, though;
and the time it will be implemented depends on our customers. None of them
asked us about the floating objects. 

Sincerely,
David Tolpin
RenderX

 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]