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]

BOUNCE xsl-list@lists.mulberrytech.com: Non-member submissionfrom ["Kohl, Sven" <Sven.Kohl@cci.de>]


From: "Kohl, Sven" <Sven.Kohl@cci.de>
To: "'xsl-list@lists.mulberrytech.com'" <xsl-list@lists.mulberrytech.com>
Subject: Images and XSL FO
Date: Wed, 17 Jan 2001 09:37:03 +0100
Return-Receipt-To: "Kohl, Sven" <Sven.Kohl@cci.de>
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


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