I've attached the xsl file used in this process.

>>> [EMAIL PROTECTED] 04/16/03 11:31AM >>>
Sounds like your page width is too small for the table you are building or
there is a loop in the xsl file that is generating an incorrect table.  You
will probably need to post your fo and/or xsl file to get some better feed
back.

-Adam

-----Original Message-----
From: Tom Plassman [mailto:[EMAIL PROTECTED] 
Sent: April 16, 2003 7:52 AM
To: [EMAIL PROTECTED] 
Subject: 20.5rc2 error


I have a large job that generates at 1600+ page pcl file.  This job runs
fine under fop 0.20.3 but gives the following error under 0.20.5rc2:

[INFO] [51]
[WARNING] Sum of fixed column widths 538582 greater than maximum specified
IPD 5
13074
[WARNING] Some static content could not fit in the area.
[INFO] [52]
[WARNING] Sum of fixed column widths 538582 greater than maximum specified
IPD 5
13074
[INFO] [52]
[WARNING] Sum of fixed column widths 538582 greater than maximum specified
IPD 5
13074
[ERROR] org.apache.fop.apps.FOPException: No meaningful layout in block
after ma
ny attempts.  Infinite loop is assumed.  Processing halted.

Can anyone give me some idea what might be causing this problem?

Tom Plassman
Worthington Schools


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


<?xml version="1.0"?>
<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
  xmlns:fo="http://www.w3.org/1999/XSL/Format";>
  
  <xsl:output indent="yes"/>
  
  <xsl:template match="/">
    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        
          <fo:layout-master-set>
        
            <fo:simple-page-master master-name="monkey"
                                page-height="279mm" 
                                page-width="217mm"
                                margin-top="15mm" 
                                margin-bottom="20mm"
                                margin-left="9mm" 
                                margin-right="9mm">
                  <fo:region-body margin-bottom="15mm" 
                                column-gap="5mm" 
                                margin-left="9mm" 
                                margin-right="9mm" 
                                margin-top="10mm"/>
                <fo:region-after extent="5mm"/>
                </fo:simple-page-master>

          </fo:layout-master-set>
          
          <fo:page-sequence master-reference="monkey">
            
            <fo:static-content flow-name="xsl-region-after">
                <fo:block text-align="end" font-family="any">
                  Page <fo:page-number/>
                </fo:block>
            </fo:static-content>

            <fo:flow flow-name="xsl-region-body">
                  
                  <fo:block font-family="any">
                        <xsl:apply-templates/>
                  </fo:block>
                  
                </fo:flow>
                        
          </fo:page-sequence>
                  
        </fo:root>
  </xsl:template>
  
 
<xsl:template match="salary/notice">
<fo:block break-after="page">
<fo:block>
<fo:external-graphic src="file:/apps/fop/appxxsl/gifs/notetop.gif"/>
</fo:block>
<fo:block font-size="15pt" font-family="any" line-height="15pt" 
text-align="center" font-weight="bold" font-style="italic" 
space-before="1mm"><xsl:apply-templates select="top1"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
space-before="1mm" text-align="center">
CERTIFIED CONTRACT
</fo:block>                                                                     
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
space-before="1mm" text-align="center">
<xsl:value-of disable-output-escaping="yes" select="today"/>
</fo:block>                                                                     
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
space-before="3mm" text-align="left">
<xsl:value-of disable-output-escaping="yes" select="name"/>
</fo:block>                                                                     

<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="4mm">                                           
                
Home Location: <xsl:apply-templates select="home"/>
</fo:block>                                                                     
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
Class: <xsl:apply-templates select="class"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
Experience: <xsl:apply-templates select="exp"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
FTE: <xsl:apply-templates select="fte"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="2mm">
Salary Amount as of <xsl:apply-templates select="asof"/>: <xsl:apply-templates 
select="sal"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
Total number of pays for the <xsl:apply-templates select="schyr"/> School Year: 
<xsl:apply-templates select="pays"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
Per Pay amount: <xsl:apply-templates select="perpay"/>
</fo:block>
<!-- LINE BREAK TABLE START-->
<fo:block space-before="3mm"><fo:table table-layout="fixed"><fo:table-column 
column-width="190mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell border-top-style="solid" border-top-width="1.0pt" 
border-top-color="#000000" text-align="center">
<fo:block white-space-collapse="false"  text-align="center" 
font-family="Helvetica" font-size="12pt">
<xsl:text>SUMMARY OF COMPENSATION FOR THE </xsl:text> <xsl:value-of 
disable-output-escaping="yes" select="schyr"/> <xsl:text> SCHOOL 
YEAR</xsl:text></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
<!-- COMP/BFT TABLE START-->
<fo:block space-before="3mm"><fo:table table-layout="fixed">
<fo:table-column column-width="30mm"/>
<fo:table-column column-width="120mm"/>
<fo:table-column column-width="30mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt" font-weight="bold" font-style="italic">
<xsl:text>Compensation</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell> </fo:table-cell>
<fo:table-cell> </fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Annual Salary</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt" font-weight="bold" font-style="italic">
<xsl:value-of disable-output-escaping="yes" select="sal"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt" font-weight="bold" font-style="italic">
<xsl:text>Benefits</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>(as of the date of this notice)</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell> </fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>STRS Retirement @ 14</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="strs"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Workers' Compensation Insurance @ 0.5737%</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="wci"/>
</fo:block>
</fo:table-cell>
</fo:table-row>

<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Medicare @ 1.45%</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="medi"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Medical Insurance</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="health"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Dental Insurance</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="dental"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Life Insurance</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="life"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false" text-align="start" font-weight="bold" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Sub-total Benefits</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="sub"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
</fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Total Compensation and Benefits</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell border-bottom-style="solid" border-bottom-width="0.5pt" 
border-bottom-color="#000000" text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="total"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>

<!-- SICK DAY TABLE START-->
<fo:block space-before="3mm"><fo:table table-layout="fixed">
<fo:table-column column-width="150mm"/>
<fo:table-column column-width="30mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false" text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Value of 15 Days of Sick Leave used (@ daily rate of </xsl:text> 
<xsl:value-of disable-output-escaping="yes" select="sick"/> 
<xsl:text>)</xsl:text>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false" font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="sicktot"/></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>

<fo:block font-size="12pt" font-family="any" font-weight="bold" 
font-style="italic" line-height="12pt" space-before="4mm" text-align="start">
The Board reserves the right for the Superintendent of Schools to change the 
assignment, if deemed necessary.
</fo:block>

<fo:block font-size="12pt" font-family="any" line-height="12pt" 
space-before="6mm" text-align="start">
Employee Signature:__________________________________________ Date:_____________
</fo:block>
<fo:block font-size="10pt" font-family="any" font-style="italic" 
line-height="10pt" space-before="4mm" text-align="start">
*NOTICE AS TO SALARY, CERTIFIED PERSONNEL - OHIO REVISED CODE, SECTION 3319.12
</fo:block> 
<fo:block font-size="9pt" font-family="any" font-style="italic" 
line-height="9pt" space-before="4mm" text-align="start">
# Pursuant to Article 10.11 of the Master Agreement, please verify the accuracy 
of your annual salary amount, sign the "Salary Notice Copy" and return to the 
Payroll office no later than <xsl:apply-templates select="later"/>.  Any 
disputes regarding the amount or payment of salary shall be raised no later 
than June 30 of the school year in which the teacher becomes aware of the 
dispute and must be raised through the grievance procedure.
</fo:block> 
<fo:block font-size="8pt" font-family="any" line-height="8pt" 
space-before="9mm" text-align="center">
Worthington Schools... Where Excellence Is A Tradition
</fo:block>
</fo:block>

<!-- PAGE 2 START-->
<fo:block break-after="page">
<fo:block font-size="15pt" font-family="any" line-height="15pt" 
text-align="center" font-weight="bold" font-style="italic" 
space-before="1mm"><xsl:apply-templates select="top2"/>
</fo:block>
<fo:block font-size="14pt" font-family="any" font-weight="bold" 
font-style="italic" line-height="14pt" space-before="1mm" text-align="center">
Please Sign, Date and Return this Copy of the Salary Notice to the
</fo:block>                                                                     
<fo:block font-size="15pt" font-family="any" font-weight="bold" 
font-style="italic" line-height="15pt" space-before="1mm" text-align="center">
TREASURER'S OFFICE
</fo:block>                                                                     
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
space-before="1mm" text-align="center">
CERTIFIED CONTRACT
</fo:block>                                                                     
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
space-before="1mm" text-align="center">
<xsl:value-of disable-output-escaping="yes" select="today"/>
</fo:block>                                                                     
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
space-before="3mm" text-align="left">
<xsl:value-of disable-output-escaping="yes" select="name"/>
</fo:block>                                                                     

<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="4mm">                                           
                
Home Location: <xsl:apply-templates select="home"/>
</fo:block>                                                                     
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
Class: <xsl:apply-templates select="class"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
Experience: <xsl:apply-templates select="exp"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
FTE: <xsl:apply-templates select="fte"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="2mm">
Salary Amount as of <xsl:apply-templates select="asof"/>: <xsl:apply-templates 
select="sal"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
Total number of pays for the <xsl:apply-templates select="schyr"/> School Year: 
<xsl:apply-templates select="pays"/>
</fo:block>
<fo:block font-size="12pt" font-family="any" line-height="12pt" 
text-align="left" space-before="1mm">
Per Pay amount: <xsl:apply-templates select="perpay"/>
</fo:block>
<!-- LINE BREAK TABLE START-->
<fo:block space-before="3mm"><fo:table table-layout="fixed"><fo:table-column 
column-width="190mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell border-top-style="solid" border-top-width="1.0pt" 
border-top-color="#000000" text-align="center">
<fo:block white-space-collapse="false"  text-align="center" 
font-family="Helvetica" font-size="12pt">
<xsl:text>SUMMARY OF COMPENSATION FOR THE </xsl:text> <xsl:value-of 
disable-output-escaping="yes" select="schyr"/> <xsl:text> SCHOOL 
YEAR</xsl:text></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
<!-- COMP/BFT TABLE START-->
<fo:block space-before="3mm"><fo:table table-layout="fixed">
<fo:table-column column-width="30mm"/>
<fo:table-column column-width="120mm"/>
<fo:table-column column-width="30mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt" font-weight="bold" font-style="italic">
<xsl:text>Compensation</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell> </fo:table-cell>
<fo:table-cell> </fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Annual Salary</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt" font-weight="bold" font-style="italic">
<xsl:value-of disable-output-escaping="yes" select="sal"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt" font-weight="bold" font-style="italic">
<xsl:text>Benefits</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>(as of the date of this notice)</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell> </fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>STRS Retirement @ 14</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="strs"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Workers' Compensation Insurance @ 0.5737%</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="wci"/>
</fo:block>
</fo:table-cell>
</fo:table-row>

<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Medicare @ 1.45%</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="medi"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Medical Insurance</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="health"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Dental Insurance</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="dental"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Life Insurance</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="life"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell> </fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false" text-align="start" font-weight="bold" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Sub-total Benefits</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="sub"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
</fo:table-cell>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false"  text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Total Compensation and Benefits</xsl:text></fo:block>
</fo:table-cell>
<fo:table-cell border-bottom-style="solid" border-bottom-width="0.5pt" 
border-bottom-color="#000000" text-align="end">
<fo:block white-space-collapse="false"  text-align="end" 
font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="total"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>

<!-- SICK DAY TABLE START-->
<fo:block space-before="3mm"><fo:table table-layout="fixed">
<fo:table-column column-width="150mm"/>
<fo:table-column column-width="30mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell text-align="start">
<fo:block white-space-collapse="false" text-align="start" 
font-family="Helvetica" font-size="10pt">
<xsl:text>Value of 15 Days of Sick Leave used (@ daily rate of </xsl:text> 
<xsl:value-of disable-output-escaping="yes" select="sick"/> 
<xsl:text>)</xsl:text>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="end">
<fo:block white-space-collapse="false" font-family="Helvetica" font-size="10pt">
<xsl:value-of disable-output-escaping="yes" select="sicktot"/></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>

<fo:block font-size="12pt" font-family="any" font-weight="bold" 
font-style="italic" line-height="12pt" space-before="4mm" text-align="start">
The Board reserves the right for the Superintendent of Schools to change the 
assignment, if deemed necessary.
</fo:block>

<fo:block font-size="12pt" font-family="any" line-height="12pt" 
space-before="6mm" text-align="start">
Employee Signature:__________________________________________ Date:_____________
</fo:block>
<fo:block font-size="10pt" font-family="any" font-style="italic" 
line-height="10pt" space-before="4mm" text-align="start">
*NOTICE AS TO SALARY, CERTIFIED PERSONNEL - OHIO REVISED CODE, SECTION 3319.12
</fo:block> 
<fo:block font-size="9pt" font-family="any" font-style="italic" 
line-height="9pt" space-before="4mm" text-align="start">
# Pursuant to Article 10.11 of the Master Agreement, please verify the accuracy 
of your annual salary amount, sign the "Salary Notice Copy" and return to the 
Payroll office no later than <xsl:apply-templates select="later"/>.  Any 
disputes regarding the amount or payment of salary shall be raised no later 
than June 30 of the school year in which the teacher becomes aware of the 
dispute and must be raised through the grievance procedure.
</fo:block> 

</fo:block>
</xsl:template>

</xsl:stylesheet>  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to