DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5099>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5099

fop gets stuck in infinite loop when table rows with "keep-with-next"  that together,  
are larger than the current page

           Summary: fop gets stuck in infinite loop when table rows with
                    "keep-with-next"  that together,  are larger than the
                    current page
           Product: Fop
           Version: all
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


this may not be a bug, but this is similar the the problem of having an image 
that is larger than the page (a description of the infinite-loop-on-large-
images bug can be found at this link:
http://www.owal.co.uk:8090/asf/servlet/asf/screen/DisplayQuestionAnswer/action/S
etAll/project_id/18/faq_id/276/topic_id/495/question_id/788
)

An infinite loop occurs when:
you have a group of table rows that are always supposed to be kept together, 
but this group is larger than the page. table rows are kept together when they 
have their "keep-with-previous" or "keep-with-next" property set to "always".

you would think that if you have a group of rows that are kept together that 
are larger than the page, you should just remove one of the "keep-with-
previous" properties from one of the rows. but, when fo docs are dynamically 
generated from a DB, this isn't always possible. it seems like fo should know 
to break the grouped rows itself.

here is my fo document that loops infinitely when rendered:


thanks in advance for any reponses to this bug,
peter joh

<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        <fo:layout-master-set>
                <fo:simple-page-master font-size="8pt" font-family="Helvetica" 
margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top=".7in" 
page-width="8.5in" page-height="11in" master-
name="orderingInfo_Optional_FO_Template">
                        <fo:region-body margin-bottom=".8in" margin-top=".6in"/>
                        <fo:region-before extent=".5in"/>
                        <fo:region-after extent=".5in"/>
                </fo:simple-page-master>
        </fo:layout-master-set>
        
        
        <fo:page-sequence master-name="orderingInfo_Optional_FO_Template">
                <fo:static-content flow-name="xsl-region-before">
                        <fo:table border-color="white" border-width="0.5mm">
                                <fo:table-column column-width="50mm"/>
                                <fo:table-column column-width="55mm"/>
                                <fo:table-column column-width="60mm"/>
                                <fo:table-body>
                                        <fo:table-row>
                                                <fo:table-cell background-
color="#000000" border-color="white" border-style="solid" border-width="0.6mm">
                                                        <fo:block color="white" 
line-height="12pt" text-align="start" margin-left="2mm" padding-top="10pt" font-
weight="bold" font-size="9pt">C6C042 - 
                                                        Regular Cab</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#000000" border-color="white" border-style="solid" border-width="0.6mm">
                                                        <fo:block color="white" 
line-height="12pt" text-align="center" padding-top="4pt" font-weight="bold" 
font-size="9pt">
                                                        OPTIONAL EQUIPMENT
                                                </fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#000000" border-color="white" border-style="solid" border-width="0.6mm">
                                                        <fo:block wrap-
option="no-wrap" color="white" line-height="12pt" text-align="end" margin-
right="2mm" padding-top="4pt" font-weight="bold" font-size="9pt">
                                                        S=Standard  A=Available 
                                                </fo:block>
                                                        <fo:block wrap-
option="no-wrap" color="white" line-height="12pt" text-align="end" margin-
right="2mm" padding-bottom="2pt" font-weight="bold" font-size="9pt">
                                                        W/A=Will Advise N/C=No 
Charge
                                                </fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                </fo:table-body>
                        </fo:table>
                </fo:static-content>
                <fo:static-content flow-name="xsl-region-after">
                        <fo:block line-height="10pt" text-align="center" 
padding-top="1pt" font-weight="bold" font-size="9pt"> 2003 Order Guide for 
C6C042 Regular Cab</fo:block>
                        <fo:block line-height="10pt" text-align="center" 
padding-top="1pt" font-weight="bold" font-size="9pt">           
                Published </fo:block>
                        <fo:block line-height="10pt" text-align="center" 
padding-top="1pt" font-weight="bold" font-size="9pt">           
                Page <fo:page-number/>
                        </fo:block>
                </fo:static-content>
                <fo:flow flow-name="xsl-region-body">                           


                        <fo:table>
                                <fo:table-column column-width="15mm"/>
                                <fo:table-column column-width="118mm"/>
                                <fo:table-column column-width="16mm"/>
                                <fo:table-column column-width="16mm"/>


                                <fo:table-body>

        <!-- pete -->
                                        <fo:table-row keep-together="always" 
keep-with-next="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt"/>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-top="4pt" padding-bottom="2pt" padding-right="2mm" 
padding-left="1.5mm" number-columns-spanned="3">
                                                        <fo:block line-
height="12pt" font-size="8pt">
                                                                <fo:inline font-
weight="bold">REAR TIRES </fo:inline>
                                                        </fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-together="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm">
                                                        <fo:block line-
height="12pt" text-align="center"/>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-top="4pt" padding-bottom="2pt" padding-right="2mm" 
padding-left="1.5mm" number-columns-spanned="3">
                                                        <fo:block line-
height="12pt" text-align="start" font-size="8pt">
                                                                <fo:inline font-
weight="bold">Rear Tire Size</fo:inline>
                                                        </fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YTN</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">225/70R19.5 
(F) TL.  - 13,660 lbs. (6,196 kg) capacity (With S4A Goodyear, requires S3C 
rear premium highway or S3H rear traction tread; with S4L Michelin, requires 
S3C rear premium highway or S3J rear highway traction block; with R4N 
Bridgestone requires S3M rear all season tread)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YTI</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">245/70R19.5 
(F) TL.  - 15,500 lbs. (7,031 kg) capacity (With S4A Goodyear, requires S3C 
rear premium highway or S3H rear traction tread; with S4L Michelin S3B rear 
extra strength highway tread, N/A with S4N Bridgestone)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YTY</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">245/70R19.5 
(G) TL.  - 17,500 lbs. (7,938 kg) capacity (With S4A Goodyear, requires S3C 
rear premium highway tread or S3H rear traction tread; with S4N Bridgestone, 
S3M rear all season tread, N/A with S4L Michelin)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YNC</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">245/70R19.5 
(H) TL.  - 18,700 lbs. (8,482 kg) capacity (With S4L Michelin, requires S3B 
rear extra strength tread or S3J highway traction tread, N/A with S4A Goodyear 
or S4N Bridgestone)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YUE</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">9R22.5 (F) 
TL.  - 15,800 lbs. (7,167 kg) capacity (With S4A Goodyear, requires S3C rear 
premium highway or S3H rear traction tread, with S4L Michelin, S3B rear extra 
strength highway tread or S3J rear highway traction block tread; with S4N 
Bridgestone requires S3B rear extra strength highway tread)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YWJ</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">10R22.5 (F) 
TL.  - 19,500 lbs. (8,845 kg) capacity (With S4A Goodyear, requires S3C rear 
premium highway tread, S3H rear traction tread, or S3K rear on-off road tread; 
with S4L Michelin, requires S3B extra strength highway tread or S3J rear 
highway traction block, N/A with Bridgestone)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YWK</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">10R22.5 (G) 
TL.  - 21,000 lbs. (9,525 kg) capacity (With S4A Goodyear, requires S3C rear 
premium highway tread, S3H rear traction tread; with S4L Michelin, requires S3B 
extra strength highway tread or S3J rear highway traction block, N/A with 
Bridgestone)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YWL</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">11R22.5 (G) 
TL.  - 23,000 lbs. (10,430 kg) capacity (With S4A Goodyear, requires S3C rear 
premium highway, S3H rear traction tread, S3D rear premium traction or S3J rear 
highway traction block tread; with S4L Michelin, S3B rear extra strength 
highway tread, S3C rear premium highway tread, S3D rear premium traction tread, 
S3H rear traction tread, S3J rear highway traction block tread, S3K rear on-off 
road tread, S3R rear highway tractIon-high c.g. tread, or S3T rear on-off road 
traction-directional tread; with S4N Bridgestone requires S3B rear extra 
strength highway tread, S3C rear premium highway tread or S3D rear premium 
traction tread)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YRL</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">235/80R22.5 
(G) TL.  - 17,640 lbs. (8,001 kg) capacity (With S4L Michelin, requires S3B 
rear extra strength tread or S3J highway traction block tread, N/A with S4A 
Goodyear or S4N Bridgestone)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YTQ</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">245/75R22.5 
(G) TL.  - 17,200 lbs. (7,802 kg) capacity (With S4A Goodyear, requires S3C 
rear premium highway tread or S3H rear traction tread; with S4N Bridgestone S3B 
rear all season tread, N/A with R4L Michelin)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">S</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YTB</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">255/70R22.5 
(H) TL.  - 20,280 lbs. (9,199 kg) capacity (With S4A Goodyear, requires S3C 
rear premium highway tread or S3H rear traction tread; with S4L Michelin S3B 
rear extra strength highway tread or S3J rear highway traction block tread, 
with S4N Bridgestone requires S3C rear premium highway tread)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YSB</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">255/80R22.5 
(G) TL.  - 19,240 lbs. (8,727 kg) capacity (With S4L Michelin requires S3B rear 
extra strength highway tread, S3J rear highway traction block tread or S3S rear 
highway tread; N/A with R4A Goodyear or R4N Bridgestone)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>


                                        
                                        <fo:table-row keep-with-
previous="always">
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">YSB</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-right="2mm" padding-left="1.5mm">
                                                        <fo:block line-
height="12pt" text-align="start" padding-top="4pt" font-size="8pt">255/80R22.5 
(G) TL.  - 19,240 lbs. (8,727 kg) capacity (With S4L Michelin requires S3B rear 
extra strength highway tread, S3J rear highway traction block tread or S3S rear 
highway tread; N/A with R4A Goodyear or R4N Bridgestone)</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-size="8pt">A</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell background-
color="#FFFFFF" border-color="#000000" border-style="solid" border-
width="0.25mm" padding-left="2pt">
                                                        <fo:block line-
height="12pt" text-align="center" padding-top="4pt" font-
size="8pt">W/A</fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                        
                                        
                                </fo:table-body>
                        </fo:table>
                        
                </fo:flow>
        </fo:page-sequence>
</fo:root>

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

Reply via email to