hi , i have the following table 


********************XSL CODE Beinning********************************

<fo:table  border-collapse="collapse"   margin-top="6.0pt"  
table-layout="fixed" width="100%"  >
          
           
          <fo:table-column column-width="25%"   /> 
          <fo:table-column column-width="10%"  />
          <fo:table-column column-width="25%"  />
      <fo:table-column column-width="40%"  />
        
          <fo:table-header  background-color="#DDDDDD"> 
                  <fo:table-row   >
                 
                    <fo:table-cell    border="0.5pt solid black">
                          <fo:block margin-top="4mm" text-align="center"  
font-size="9.0pt" font-family="Arial">                             
                                         <xsl:text>degree</xsl:text>
                          </fo:block>
                         </fo:table-cell>                       
                         <fo:table-cell   border="0.5pt solid black">
                              <fo:block  text-align="center" font-size="9.0pt"  
font-family="Arial" >                                                           
                        
                                <xsl:value-of 
select="/rapport/cv/identification/academicBackground/degrees/yearRecExpTitle"/>
                                        <xsl:text>year</xsl:text>
                              </fo:block>                                       
      
                         </fo:table-cell>
                         <fo:table-cell   border="0.5pt solid black">
                          <fo:block  margin-top="4mm"  text-align="center"  
font-size="9.0pt" font-family="Arial" >                                  
                                         <xsl:text>discipline</xsl:text>
                          </fo:block>
                         </fo:table-cell>
                         <fo:table-cell   border="0.5pt solid black">
                          <fo:block margin-top="4mm" text-align="center"  
font-size="9pt" font-family="Arial" >                              
                                         <xsl:text>institution</xsl:text>
                          </fo:block>
                         </fo:table-cell>
                         </fo:table-row>
          </fo:table-header>
    <fo:table-body >
      
          <fo:table-row   >
            <fo:table-cell   border="0.5pt solid black">
             <fo:block margin-left="0.5mm" font-size="11.0pt" 
font-family="Times">                      
                        <xsl:text>bachelor</xsl:text>
                 </fo:block>
            </fo:table-cell>
            <fo:table-cell   border="0.5pt solid black">
                <fo:block  margin-left="0.5mm" font-size="11.0pt" 
font-family="Times">                          
                                <xsl:text>2001</xsl:text>
                        </fo:block>
            </fo:table-cell>
            <fo:table-cell  border="0.5pt solid black">
               <fo:block margin-left="0.5mm"  font-size="11.0pt" 
font-family="Times">
                                <xsl:text>embedded systems</xsl:text>
                        </fo:block>
            </fo:table-cell>
             <fo:table-cell border="0.5pt solid black" >
              <fo:block margin-left="0.5mm"  font-size="11.0pt" 
font-family="Times" >
                                <xsl:text>university X</xsl:text>
                        </fo:block>                     
            </fo:table-cell>
          </fo:table-row>

         
                
        </fo:table-body>
   </fo:table>          


*************************************************

the code is fine , the problem that the table is placed at the bottom of my 
page and when i got many element ; it overflow the  fo:region-body  


<fo:layout-master-set>
<!-- Define the cover page. -->
<fo:simple-page-master  master-name="cover" page-height="27.94cm" 
page-width="21.59cm" margin-top="1cm" margin-bottom="1cm" margin-left="1.9cm" 
margin-right="1.9cm">
                                        <fo:region-body    margin-top="0.1cm" 
margin-bottom="1.25cm" /><!-- Header -->
                                        <fo:region-before  
background-color="red"   extent="0.2cm"   /><!-- Footer -->
                                        <fo:region-after   
background-color="yellow" extent="1cm"   />                          
</fo:simple-page-master>

i simply want the table to close at the end of the page and print the rest of 
the element in the second page ?


plz how could i do that


and thanks


      


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to