[xsl] Images and XSL FO

Subject: [xsl] Images and XSL FO
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx (by way of B. Tommie Usdin)
Date: Thu, 18 Jan 2001 18:36:09 -0500
From: "Kohl, Sven" <Sven.Kohl@xxxxxx>
To: "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Images and XSL FO
Date: Wed, 17 Jan 2001 09:37:03 +0100
Return-Receipt-To: "Kohl, Sven" <Sven.Kohl@xxxxxx>
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain

Hello!

I have a problem with images in xml-files. I am using FOP-0.16.0 for
converting xml-files to pdf-files. My problem is that in the pdf-file on the
left side there is text and on the right side there has to be an image. The
text shall "flow" around the images.

In the XSL-stylesheet I use <fo:external-graphic></fo:external-graphic> for
the image.

This is the xml-file:

<image><p height="..." width="..." name="..."></p></image>
<Standard>
	<p>text 1</p>
	<p>text 2 text 2 text 2 text 2 text 2 text 2 text 2 text 2</p>
</Standard>

The pdf-file has to look as followed:
		_________________
	text 1	|	image	     |
	text 2	|		     |
	text 2	|		     |
	text 2	|________________|
	text 2 text2 text 2

Who can help me?
I hope for an early reply.

Sven

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


Current Thread