Re: [xsl] Row Height At Least

Subject: Re: [xsl] Row Height At Least
From: "Mark Williams" <mark@xxxxxxxxxxx>
Date: Mon, 1 Mar 2004 19:40:06 -0000
Good tip.  Thank you very much.

Regards,

Mark
----- Original Message ----- 
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, March 01, 2004 6:30 PM
Subject: Re: [xsl] Row Height At Least


> Mark Williams wrote:
> > Thanks for the reply.  Looks like what I need, but using FOP and not
> > supported (alas).
> 
> There's the good old spacer method:
>   <fo:table ... >
>     <fo:table-column column-width="0.1pt"/> <!--spacer column-->
>     ...
>     <fo:table-body>
>       <fo:table-row>
>         <fo:table-cell>
>           <fo:block>
>              <fo:external-graphics src="spacer.gif"
>                 heigth="1cm" width="0.05pt"/>
>           ...
> 
> J.Pietschmann
> 
>  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