]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix spanning row example so it works
authorKaren Lease <klease@apache.org>
Wed, 4 Jul 2001 21:19:00 +0000 (21:19 +0000)
committerKaren Lease <klease@apache.org>
Wed, 4 Jul 2001 21:19:00 +0000 (21:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194333 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/tables/headfoot.fo

index 287067cbf3f7ccfd8e61a2cdcc7879eae814f5cf..3813b573a199e4c17dfb5f3fa49e05dcbad8d705 100644 (file)
        <fo:table-column column-width="48pt"/>
        <fo:table-body>
          <fo:table-row>
+           <fo:table-cell><fo:block>1</fo:block></fo:table-cell>
            <fo:table-cell number-rows-spanned="1"
                border-width="0.5pt"
                border-style="solid"
 
   
          <fo:table-row>
+           <fo:table-cell><fo:block>2</fo:block></fo:table-cell>
            <fo:table-cell number-rows-spanned="5"
                border-width="0.5pt"
                border-style="solid"
          </fo:table-row>
   
          <fo:table-row>
-           <fo:table-cell/>
+           <fo:table-cell><fo:block>3</fo:block></fo:table-cell>
            <fo:table-cell number-rows-spanned="4"
                border-width="0.5pt"
                border-style="solid"
          </fo:table-row>
   
          <fo:table-row>
-           <fo:table-cell/>
-           <fo:table-cell/>
+           <fo:table-cell><fo:block>4</fo:block></fo:table-cell>
            <fo:table-cell number-rows-spanned="3"
                border-width="0.5pt"
                border-style="solid"
          </fo:table-row>
   
          <fo:table-row>
-           <fo:table-cell/>
-           <fo:table-cell/>
-           <fo:table-cell/>
+           <fo:table-cell><fo:block>5</fo:block></fo:table-cell>
            <fo:table-cell number-rows-spanned="2"
                border-width="0.5pt"
                border-style="solid"
          </fo:table-row>
   
          <fo:table-row>
-           <fo:table-cell/>
-           <fo:table-cell/>
-           <fo:table-cell/>
-           <fo:table-cell/>
+           <fo:table-cell><fo:block>6</fo:block></fo:table-cell>
            <fo:table-cell number-rows-spanned="1"
                border-width="0.5pt"
                border-style="solid"