Warning message regarding tables

I decided to go through the warnings I'm receiving (same messages with .94, .95, and the trunk before 1.0) and can't seem to make the following disappear"

[exec] Aug 26, 2010 12:25:52 PM org.apache.fop.fo.flow.TableColumn bind
[exec] WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1)

I've spent time going through the XSLT and updating the tables to look structurally like below

<fo:table margin-right="0.50in" margin-left="0.75in" margin-top="0.25in" margin-bottom="0.0in" padding="0.0in" width="7.25in" border-bottom=".02in black solid" table-layout="fixed">
  <fo:table-column column-number="1" column-width="7.25in"/>
  <fo:table-body margin="0.0in" padding="0.0in">
    <fo:table-row margin="0.0in" padding="0.0in">
      <fo:table-cell margin="0.0in" padding="0.0in" text-align="center" width="7.25in" display-align="after" column-number="1">
        <fo:block margin="0.0in" padding="0.0in" margin-bottom="0.04in">
          <fo:inline>stuff goes here</fo:inline>
        </fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>

All tables have @ table-layout="fixed", table-column, and the table-cell's have @column-number="1". Still receiving the above error message.

I know that they are only warnings and if I get the output I want not to worry about it but want to make any error messages disappear.

Some other numbers.
112 tables all are coded as above
Warning message appears only 26 times.

Any insight as to what I need to add, subtract, or even be on the lookout for?

Marijan (Mario) Madunic
Publishing Specialist
New Flyer Industries

--------------------------------------------------------------------
Please consider the environment before printing this e-mail.

CONFIDENTIALITY STATEMENT: This communication (and  any and all information or material transmitted with this communication) is confidential, may be privileged and is intended only for the use of the intended recipient. If you are not the intended recipient, any review, retransmission, circulation, distribution, reproduction, conversion to hard copy, copying or other use of this communication, information or material is strictly prohibited and may be illegal. If you received this communication in error or if it is forwarded to you without the express authorization of New Flyer, please notify us immediately by telephone or by return email and permanently delete the communication, information and material from any computer, disk drive, diskette or other storage device or media. Thank you.

Received on Thursday, 26 August 2010 17:50:59 UTC