On Jul 8, 2007, at 10:18, Andreas L Delmelle wrote:

<snip />
Now that I've been playing with it a bit, there seem to be some other issues with the new feature as well... :(

Correction: After re-reading the Recommendation, these seem to be non- issues. I overlooked the fact that border-*-width has an initial value of "medium" (= 1pt).

With current FOP Trunk, the following is possible:
(notice: no borders whatsoever on the cells :) )

<fo:table border-collapse="collapse" table-layout="fixed" width="100%">
        <fo:table-column column-width="proportional-column-width(1)"
border-end-style="solid" border-end- color="black"
                         border-end-width="0.5pt" />
        <fo:table-column column-width="proportional-column-width(1)"
border-start-style="solid" border-start- color="black"
                         border-start-width="0.5pt"
border-end-style="solid" border-end- color="black"
                         border-end-width="0.5pt"
                         number-columns-repeated="4" />
        <fo:table-column column-width="proportional-column-width(1)"
border-start-style="solid" border-start- color="black"
                         border-start-width="0.5pt" />
        <fo:table-body>
          <fo:table-row border-style="solid" border-color="black"
                        border-before-width="0.5pt"
                        border-after-width="0.5pt"
                        border-start-width="0pt"
                        border-end-width="0pt">
            <fo:table-cell>
              <fo:block text-align="center">(1,1)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,2)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
          </fo:table-row>
          <fo:table-row border-style="solid" border-color="black"
                        border-before-width="0.5pt"
                        border-after-width="0.5pt"
                        border-start-width="0pt"
                        border-end-width="0pt">
            <fo:table-cell>
              <fo:block text-align="center">(1,1)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,2)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
          </fo:table-row>
          <fo:table-row border-style="solid" border-color="black"
                        border-before-width="0.5pt"
                        border-after-width="0.5pt"
                        border-start-width="0pt"
                        border-end-width="0pt">
            <fo:table-cell>
              <fo:block text-align="center">(1,1)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,2)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
            <fo:table-cell>
              <fo:block text-align="center">(1,3)</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>

Cheers

Andreas

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

Reply via email to