This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fo:table-header


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]