[xsl] fo:table-header

Subject: [xsl] fo:table-header
From: ram ragu <xmlram@xxxxxxxxx>
Date: Thu, 5 Jul 2001 07:58:14 -0700 (PDT)
I am using FOP to convert my FO into PDF

In my style sheet I am using <fo:table-header> to
create a header for a table and it has 5 cloums.. 
each column differs in width but when i create the
header.. with five columns I am getting fixed length
column header and my data is  getting overlapped..
across the columns

I declared 

<fo:table>

then ..

<fo:table-header>
<fo:table-row>  

<fo:table-cell>
</fo:table-cell
.....

......

.....

......


</fo:table-row>  



</fo:table-header>

<fo:table-column column-width="0.3in>
<fo:table-column column-width="0.2in>
<fo:table-column column-width="0.6in>
<fo:table-column column-width="0.7in>
<fo:table-column column-width="0.8in>
     <fo:table-body> 
     ......
	.......

     <fo:table-body> 	

<fo:table>



pleas advise

Ram 



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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


Current Thread