I followed the jira link but I did not see a place where I could attach this much smaller fo. Please advise or forward.

I did notice that this fo works correctly in FOP 1.0 (ubuntu package) placing the table alone on the fourth page, but fop1.1rc1(.local-edits) does not.




On 10/11/2013 08:32 AM, Pascal Sancho wrote:
Hi,

This seems to be related to open issue [1].
 From what I read in comments, there is a lake of test file, so your
xsl-fo should help.

[1] https://issues.apache.org/jira/browse/FOP-1976

2013/10/9 Rob Sargent <rsarg...@xmission.com>:
Running the attached, admittedly rather large, fo through fop 1.1 drops the
tabular found beginning at line 135.

Simply changing the force-page-count value on line 61 from "even" to
"no-force" will then generate the tabular data.

I believe it requires at least 3 pages to get into this situation.  A
skeletal one page attempt failed to produce the (un)desired affect. I have
not yet tried 5 or greater pages of content.

I suspect it may also require that the fourth page have only the tabular
data, but my tests are inconclusive.


I would really appreciate confirmation or contradiction from the group.

Thanks

rjs







---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; xmlns:xalan="http://xml.apache.org/xslt"; xmlns:size="xalan://com.amirsys.printing.fop.FopTableSizer" xmlns:ec="xalan://com.amirsys.utilities.ElementConversion">
  <fo:layout-master-set>
    <fo:simple-page-master margin=" 0.0in 0.833in 0.60in 0.0in" page-width="8.5in" page-height="11in" master-name="firstPage">
      <fo:region-body margin-left="0.75in" margin-bottom="0.0in" margin-top="4.08in" column-gap="0.25in" column-count="2" />
      <fo:region-before region-name="header-first" extent="4.08in" />
      <fo:region-start overflow="visible" extent="0.75in" region-name="sidebar-left" />
    </fo:simple-page-master>
    <fo:simple-page-master margin="0.0in 0.0in 0.60in 0.833in" page-width="8.5in" page-height="11in" master-name="secondPage">
      <fo:region-body margin-bottom="0in" margin-right="0.75in" column-gap="0.25in" column-count="2" margin-top="0.66in" />
      <fo:region-before region-name="header-second" extent="0.66in" />
      <fo:region-after region-name="footer-second" extent="0in" />
      <fo:region-end overflow="visible" extent="0.75in" region-name="sidebar-right" />
    </fo:simple-page-master>
    <fo:simple-page-master page-width="8.5in" page-height="11in" master-name="lastPage" margin=" 0.0in 0.833in 0.60in 0.0in">
      <fo:region-body margin-bottom="0.6in" margin-top="4.604444444444444in" column-gap="0.25in" column-count="2" margin-left="0.75in" />
      <fo:region-before region-name="header-last" extent="4.604444444444444in" />
      <fo:region-start overflow="visible" extent="0.75in" region-name="sidebar-left" />
    </fo:simple-page-master>
    <fo:simple-page-master page-width="8.5in" page-height="11in" margin=" 0.0in 0.833in 0.60in 0.0in" master-name="rest-left">
      <fo:region-body margin-left="0.75in" margin-top="0.66in" column-gap="0.25in" column-count="2" />
      <fo:region-before region-name="header-rest" extent="0.66in" />
      <fo:region-after region-name="footer-rest" extent="0.6in" />
      <fo:region-start extent="0.75in" region-name="sidebar-left" />
    </fo:simple-page-master>
    <fo:simple-page-master page-width="8.5in" page-height="11in" margin="0.0in 0.0in 0.60in 0.833in" master-name="rest-right">
      <fo:region-body margin-right="0.75in" margin-top="0.66in" column-gap="0.25in" column-count="2" />
      <fo:region-before region-name="header-rest" extent="0.66in" />
      <fo:region-after region-name="footer-rest" extent="0.6in" />
      <fo:region-end extent="0.75in" region-name="sidebar-right" />
    </fo:simple-page-master>
    <fo:simple-page-master page-width="8.5in" page-height="11in" margin=" 0.0in 0.833in 0.60in 0.0in" master-name="image-left">
      <fo:region-body margin-left="0.75in" margin-top="0.66in" />
      <fo:region-before extent="0.66in" region-name="image-header" />
      <fo:region-start extent="0.75in" region-name="sidebar-left" />
    </fo:simple-page-master>
    <fo:simple-page-master page-width="8.5in" page-height="11in" margin="0.0in 0.0in 0.60in 0.833in" master-name="image-right">
      <fo:region-body margin-right="0.75in" margin-top="0.66in" />
      <fo:region-before extent="0.66in" region-name="image-header" />
      <fo:region-end extent="0.75in" region-name="sidebar-right" />
    </fo:simple-page-master>
    <fo:page-sequence-master master-name="keyfactsMaster">
      <fo:single-page-master-reference master-reference="firstPage" />
    </fo:page-sequence-master>
    <fo:page-sequence-master master-name="textPages">
      <fo:single-page-master-reference master-reference="firstPage" />
      <fo:single-page-master-reference master-reference="secondPage" />
      <fo:repeatable-page-master-alternatives>
        <fo:conditional-page-master-reference page-position="last" master-reference="lastPage" />
        <fo:conditional-page-master-reference page-position="rest" odd-or-even="even" master-reference="rest-left" blank-or-not-blank="any" />
        <fo:conditional-page-master-reference page-position="rest" odd-or-even="odd" master-reference="rest-right" blank-or-not-blank="any" />
      </fo:repeatable-page-master-alternatives>
    </fo:page-sequence-master>
    <fo:page-sequence-master master-name="trimablePages">
      <fo:repeatable-page-master-alternatives>
        <fo:conditional-page-master-reference page-position="any" odd-or-even="even" master-reference="rest-left" blank-or-not-blank="any" />
        <fo:conditional-page-master-reference page-position="any" odd-or-even="odd" master-reference="rest-right" blank-or-not-blank="any" />
      </fo:repeatable-page-master-alternatives>
    </fo:page-sequence-master>
  </fo:layout-master-set>
  <fo:page-sequence force-page-count="even" master-reference="textPages" initial-page-number="2">
    <fo:static-content flow-name="header-first">
      <fo:block-container margin-left="1pt" end-indent="0.3pt" start-indent="0.6pt" font-size="12pt" font-family="Optima">
        <fo:block font-size="10pt"> </fo:block>
        <fo:block background-color="silver" border="0.6pt solid black" padding-after="4pt" padding-before="6pt" padding-start="1.2pt" text-align="center" font-weight="bold">ADRENAL AND PARAGANGLIA: DIAGNOSIS</fo:block>
      </fo:block-container>
    </fo:static-content>
    <fo:static-content flow-name="header-last">
      <fo:block-container margin-left="1pt" end-indent="0.3pt" start-indent="0.6pt" font-size="12pt" font-family="any">
        <fo:block font-size="10pt"> </fo:block>
        <fo:block background-color="silver" border="0.6pt solid black" padding-after="4pt" padding-before="6pt" padding-start="1.2pt" text-align="center" font-weight="bold">ADRENAL AND PARAGANGLIA: DIAGNOSIS</fo:block>
      </fo:block-container>
      <fo:block-container space-before="0.15in">
        <fo:block-container>
          <fo:table end-indent="0%" start-indent="0%" background-color="silver" width="100%" table-layout="fixed" border-collapse="separate">
            <fo:table-column column-width="proportional-column-width(1)" />
            <fo:table-column column-width="proportional-column-width(1)" />
            <fo:table-column column-width="proportional-column-width(1)" />
            <fo:table-body end-indent="0" start-indent="0">
              <fo:table-row>
                <fo:table-cell number-columns-spanned="3" border="0.6pt solid black" font-family="any" >
                  <fo:table end-indent="0%" start-indent="0%" space-before="5pt" width="100%" table-layout="fixed">
                    <fo:table-column column-width="30%" />
                    <fo:table-column column-width="35%" />
                    <fo:table-column column-width="35%" />
                    <fo:table-body end-indent="0" start-indent="0">
                      <fo:table-row>
                        <fo:table-cell padding-after="2pt" padding-before="2pt" number-columns-spanned="3">
                          <fo:block text-align="center" font-weight="bold" font-size="14pt" >Criteria for Differentiation Between Adrenal Cortical Adenoma and Carcinoma</fo:block> <!-- -->
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="#F2F2F2">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" font-style="normal" font-size="12pt" margin-left="10pt">Criteria</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" font-style="normal" font-size="12pt" >Adenoma</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" font-style="normal" font-size="12pt" >Carcinoma</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="silver">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Hormone production</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Often functional</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Usually nonfunctional</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="#F2F2F2">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Gross</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Weight &lt;50 grams</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Weight &gt;100 grams</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="silver">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Tumor gross color</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Variable</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Variable; does not differentiate from adenoma</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="#F2F2F2">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Circumscription</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Well circumscribed</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Invasive</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="silver">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Hemorrhage</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Absent</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Frequent</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="#F2F2F2">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Necrosis</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Absent</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Frequent</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="silver">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Capsular invasion</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Absent</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Usually present</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="#F2F2F2">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Invasion into adjacent tissues</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Absent</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Usually present</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="silver">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Intratumoral fibrosis</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">May be present</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Usually present</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="#F2F2F2">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Myxomatous degeneration</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">May be present</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Usually present</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="silver">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Cytology</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">May have cytological atypia</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Cytological atypia present</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="#F2F2F2">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Histology</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">May have cytological atypia</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Atypia present</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="silver">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Necrosis</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Absent</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Present, with confluent necrosis</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="#F2F2F2">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Mitosis</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Rare to absent</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">&gt;5/50HPF</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                      <fo:table-row background-color="silver">
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block text-align="left" language="en" hyphenate="true" font-size="9pt"  margin-left="10pt">Venous invasion</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Absent</fo:block>
                        </fo:table-cell>
                        <fo:table-cell padding-before="2pt" padding-after="2pt">
                          <fo:block language="en" hyphenate="true" margin-right="6pt" font-size="9pt"  text-align="left">Present</fo:block>
                        </fo:table-cell>
                      </fo:table-row>
                    </fo:table-body>
                  </fo:table>
                </fo:table-cell>
              </fo:table-row>
            </fo:table-body>
          </fo:table>
        </fo:block-container>
      </fo:block-container>
    </fo:static-content>
    <fo:static-content flow-name="header-second">
      <fo:block-container margin-left="1pt" end-indent="0.3pt" start-indent="0.6pt" font-size="12pt" font-family="Optima">
        <fo:block font-size="10pt"> </fo:block>
        <fo:block background-color="silver" border="0.6pt solid black" padding-after="4pt" padding-before="6pt" padding-start="1.2pt" text-align="center" font-weight="bold">Header Second</fo:block>
      </fo:block-container>
    </fo:static-content>
    <fo:static-content flow-name="header-rest">
      <fo:block-container margin-left="1pt" end-indent="0.3pt" start-indent="0.6pt" font-size="12pt" font-family="Optima">
        <fo:block font-size="10pt"> </fo:block>
        <fo:block background-color="silver" border="0.6pt solid black" padding-after="4pt" padding-before="6pt" padding-start="1.2pt" text-align="center" font-weight="bold">header rest</fo:block>
      </fo:block-container>
    </fo:static-content>
    <fo:flow flow-name="xsl-region-body">
        <fo:block font-family="any" font-size="14pt">
            <fo:block>
                Some text here. We need several paragraphs of pretty much useles text to get to three pages. So we'll grab some random text from the web (if that isn't redundant).
            </fo:block>
            <fo:block>
                The European Union and Canada have signed a landmark free-trade agreement, that’ll boost growth and create jobs. The deal also paves the way for Europe to create an even bigger no-tariff zone with the US, that’ll represent half of the global economy.
            </fo:block>
            <fo:block>
                After four years of negotiations, that were stalled for months over quotas for Canadian beef and EU cheese, the tentative deal was finally signed by Canadian Prime Minister Stephen Harper and European Commission President Jose Manuel Barroso. Now the deal is subject to approval by the European Parliament, EU member nations and from Canada on federal and provincial levels.
            </fo:block>
            <fo:block>
                With 98 percent of EU tariffs eliminated, the agreement will make it easier for Canadian companies to invest in and sell to the 28-member EU and its 500 million consumers, and vice versa. The deal will also streamline regulation and cut red tape that used to hamper trade. On top of that, the deal will also help reduce the dependence of Canada's $1.8 trillion economy on imports from the US. 
            </fo:block>
            <fo:block>
                The European Union and Canada have signed a landmark free-trade agreement, that’ll boost growth and create jobs. The deal also paves the way for Europe to create an even bigger no-tariff zone with the US, that’ll represent half of the global economy.
            </fo:block>
            <fo:block>
                After four years of negotiations, that were stalled for months over quotas for Canadian beef and EU cheese, the tentative deal was finally signed by Canadian Prime Minister Stephen Harper and European Commission President Jose Manuel Barroso. Now the deal is subject to approval by the European Parliament, EU member nations and from Canada on federal and provincial levels.
            </fo:block>
            <fo:block>
                With 98 percent of EU tariffs eliminated, the agreement will make it easier for Canadian companies to invest in and sell to the 28-member EU and its 500 million consumers, and vice versa. The deal will also streamline regulation and cut red tape that used to hamper trade. On top of that, the deal will also help reduce the dependence of Canada's $1.8 trillion economy on imports from the US. 
            </fo:block>
            <fo:block>
                The European Union and Canada have signed a landmark free-trade agreement, that’ll boost growth and create jobs. The deal also paves the way for Europe to create an even bigger no-tariff zone with the US, that’ll represent half of the global economy.
            </fo:block>
            <fo:block>
                After four years of negotiations, that were stalled for months over quotas for Canadian beef and EU cheese, the tentative deal was finally signed by Canadian Prime Minister Stephen Harper and European Commission President Jose Manuel Barroso. Now the deal is subject to approval by the European Parliament, EU member nations and from Canada on federal and provincial levels.
            </fo:block>
            <fo:block>
                With 98 percent of EU tariffs eliminated, the agreement will make it easier for Canadian companies to invest in and sell to the 28-member EU and its 500 million consumers, and vice versa. The deal will also streamline regulation and cut red tape that used to hamper trade. On top of that, the deal will also help reduce the dependence of Canada's $1.8 trillion economy on imports from the US. 
            </fo:block>
            <fo:block>
                The European Union and Canada have signed a landmark free-trade agreement, that’ll boost growth and create jobs. The deal also paves the way for Europe to create an even bigger no-tariff zone with the US, that’ll represent half of the global economy.
            </fo:block>
            <fo:block>
                After four years of negotiations, that were stalled for months over quotas for Canadian beef and EU cheese, the tentative deal was finally signed by Canadian Prime Minister Stephen Harper and European Commission President Jose Manuel Barroso. Now the deal is subject to approval by the European Parliament, EU member nations and from Canada on federal and provincial levels.
            </fo:block>
            <fo:block>
                With 98 percent of EU tariffs eliminated, the agreement will make it easier for Canadian companies to invest in and sell to the 28-member EU and its 500 million consumers, and vice versa. The deal will also streamline regulation and cut red tape that used to hamper trade. On top of that, the deal will also help reduce the dependence of Canada's $1.8 trillion economy on imports from the US. 
            </fo:block>
            <fo:block>
                The European Union and Canada have signed a landmark free-trade agreement, that’ll boost growth and create jobs. The deal also paves the way for Europe to create an even bigger no-tariff zone with the US, that’ll represent half of the global economy.
            </fo:block>
            <fo:block>
                After four years of negotiations, that were stalled for months over quotas for Canadian beef and EU cheese, the tentative deal was finally signed by Canadian Prime Minister Stephen Harper and European Commission President Jose Manuel Barroso. Now the deal is subject to approval by the European Parliament, EU member nations and from Canada on federal and provincial levels.
            </fo:block>
            <fo:block>
                With 98 percent of EU tariffs eliminated, the agreement will make it easier for Canadian companies to invest in and sell to the 28-member EU and its 500 million consumers, and vice versa. The deal will also streamline regulation and cut red tape that used to hamper trade. On top of that, the deal will also help reduce the dependence of Canada's $1.8 trillion economy on imports from the US. 
            </fo:block>
            <fo:block>
                The European Union and Canada have signed a landmark free-trade agreement, that’ll boost growth and create jobs. The deal also paves the way for Europe to create an even bigger no-tariff zone with the US, that’ll represent half of the global economy.
            </fo:block>
            <fo:block>
                After four years of negotiations, that were stalled for months over quotas for Canadian beef and EU cheese, the tentative deal was finally signed by Canadian Prime Minister Stephen Harper and European Commission President Jose Manuel Barroso. Now the deal is subject to approval by the European Parliament, EU member nations and from Canada on federal and provincial levels.
            </fo:block>
            <fo:block>
                With 98 percent of EU tariffs eliminated, the agreement will make it easier for Canadian companies to invest in and sell to the 28-member EU and its 500 million consumers, and vice versa. The deal will also streamline regulation and cut red tape that used to hamper trade. On top of that, the deal will also help reduce the dependence of Canada's $1.8 trillion economy on imports from the US. 
            </fo:block>
            <fo:block>
                The European Union and Canada have signed a landmark free-trade agreement, that’ll boost growth and create jobs. The deal also paves the way for Europe to create an even bigger no-tariff zone with the US, that’ll represent half of the global economy.
            </fo:block>
            <fo:block>
                After four years of negotiations, that were stalled for months over quotas for Canadian beef and EU cheese, the tentative deal was finally signed by Canadian Prime Minister Stephen Harper and European Commission President Jose Manuel Barroso. Now the deal is subject to approval by the European Parliament, EU member nations and from Canada on federal and provincial levels.
            </fo:block>
            <fo:block>
                With 98 percent of EU tariffs eliminated, the agreement will make it easier for Canadian companies to invest in and sell to the 28-member EU and its 500 million consumers, and vice versa. The deal will also streamline regulation and cut red tape that used to hamper trade. On top of that, the deal will also help reduce the dependence of Canada's $1.8 trillion economy on imports from the US. 
            </fo:block>
        </fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to