Re: [xsl] XSL-FO and layout problem

Subject: Re: [xsl] XSL-FO and layout problem
From: Max Froumentin <mf@xxxxxx>
Date: 15 Jun 2001 05:44:04 +0200
I don't know the answer to your question but since you're mentioning
PDF, I presume that you're talking about problems with the
implementation you're using. If it is the case you should check
whether it is a known bug by asking on your implementation's mailing
list. Or maybe on www-xsl-fo@xxxxxx, which most implementors read.

Max.


"kfricovsky" <kfricovsky@xxxxxxxxxxx> writes:

> Hi.
> 
> For some reason I am unable to keep the one page worth of content I have
> on ONE page. My PDF keeps breaking into 2 pages.
> 
> I have two simple columns, created by a <fo:table>, with other nested
> tables inside those columns.
> 
> The left column fits its entire content onto the 1st page, but the right
> column dumps 2/3 of its content into the 2nd page.
> 
> There is plenty of room for the <fo:table> to fit everything onto the
> first page.
> 
> Does anyone know of any problems using nested <fo:table> and if anyone
> can offer a solution I would greatly appreciate it.
> 
> Here's my layout-master-set:
> 
> <fo:layout-master-set>
> 		<fo:simple-page-master master-name="simple"
> 						page-height="11in" 
> 						page-width="8.5in"
> 						margin-top="0.1in" 
> 						margin-bottom="0.5in" 
> 						margin-left="0.6in" 
> 						margin-right="0.5in">
> 			<fo:region-body margin-top="0.1in"/>
> 	</fo:simple-page-master>
> </fo:layout-master-set>
> 
> Thanks,
> 
> Kevin
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread