Re: [xsl] XSL-FO : table-cell width problem

Subject: Re: [xsl] XSL-FO : table-cell width problem
From: Paul Tremblay <phthenry@xxxxxxxxxxxxx>
Date: Mon, 21 Jun 2004 14:47:20 -0400
On Mon, Jun 21, 2004 at 06:12:07PM +0200, paul.bezault@xxxxxxxxx wrote:
> 
> 
> 
> I use Xalan / FOP in a Java Program
> and/or
> Xalan in XMLSpy
> 

FOP is not fully copliant with the fo standards. I think you would have
use table-layout="fixed" in order to generate an acceptable talbe. 

      <fo:table  
                table-layout="fixed"
                inline-progression-dimension="10cm"
            >


This is what I always use, anyway.

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@xxxxxxxxxxxxx*
************************

Current Thread