You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by kl...@apache.org on 2001/04/12 00:01:02 UTC

cvs commit: xml-fop/docs/examples/fo table.fo

klease      01/04/11 15:01:01

  Modified:    docs/examples/fo table.fo
  Log:
  add border-collapse property
  
  Revision  Changes    Path
  1.7       +3 -3      xml-fop/docs/examples/fo/table.fo
  
  Index: table.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/fo/table.fo,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- table.fo	2001/03/22 22:25:23	1.6
  +++ table.fo	2001/04/11 22:01:01	1.7
  @@ -210,7 +210,7 @@
       
       
       <!-- table start -->
  -    <fo:table>
  +    <fo:table border-collapse="separate">
         <fo:table-column column-width="50mm"/>
         <fo:table-column column-width="50mm"/>
         <fo:table-column column-width="50mm"/>
  @@ -263,7 +263,7 @@
       
       
       <!-- table start -->
  -    <fo:table>
  +    <fo:table border-collapse="separate">
         <fo:table-column column-width="50mm"/>
         <fo:table-column column-width="50mm"/>
         <fo:table-column column-width="50mm"/>
  @@ -298,7 +298,7 @@
       </fo:block>
   
       <!-- table start -->
  -    <fo:table>
  +    <fo:table border-collapse="separate">
         <fo:table-column column-width="50mm"/>
         <fo:table-column column-width="50mm"/>
         <fo:table-column column-width="50mm"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org