Re: [xsl] Images and XSL FO

Subject: Re: [xsl] Images and XSL FO
From: David Tolpin <dvd@xxxxxxxxxxx>
Date: Fri, 19 Jan 2001 15:11:48 +0400 (AMT)
> > 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.
> 

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


Current Thread