klease      01/07/04 14:19:01

  Modified:    docs/examples/tables headfoot.fo
  Log:
  Fix spanning row example so it works
  
  Revision  Changes    Path
  1.2       +6 -10     xml-fop/docs/examples/tables/headfoot.fo
  
  Index: headfoot.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/tables/headfoot.fo,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- headfoot.fo       2000/12/29 04:17:36     1.1
  +++ headfoot.fo       2001/07/04 21:19:00     1.2
  @@ -950,6 +950,7 @@
        <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"
  @@ -993,6 +994,7 @@
   
     
          <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"
  @@ -1003,7 +1005,7 @@
          </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"
  @@ -1014,8 +1016,7 @@
          </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"
  @@ -1026,9 +1027,7 @@
          </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"
  @@ -1039,10 +1038,7 @@
          </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"
  
  
  

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

Reply via email to