Re: [xsl] And operator usage in XSL

Subject: Re: [xsl] And operator usage in XSL
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 28 Jul 2004 22:47:04 +0200
Arulraj wrote:
This Image width="838.8pt" height="607.68pt".
...
Here page-width="598.0pt" page-height="845.0pt". I did the calculation to fit the Image into these page
layout.
Are you sure you didn't swap height and width? Note that TIFF is
a bitmap format, and FOP ignores the resolution stored in the
image file and attepts to render the bitmap at 72dpi.

Some more nitpicks:

> 			<fo:block padding-top="9.67999999999995pt"
> margin-left="3.1000000000000227pt"
> position="absolute">

FOP doesn't support absolutely positioned blocks yet, and without
supplying a position it is ineffective anyway.

> <fo:external-graphic position="relative"

Something similar here.

J.Pietschmann

Current Thread