dleslie     01/01/29 09:32:40

  Modified:    java/xdocs/style/stylesheets xml2fo.xsl
  Log:
  Page breaks before each s1 or faqs section
  
  Revision  Changes    Path
  1.7       +2 -0      xml-xalan/java/xdocs/style/stylesheets/xml2fo.xsl
  
  Index: xml2fo.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/style/stylesheets/xml2fo.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xml2fo.xsl        2001/01/25 16:08:17     1.6
  +++ xml2fo.xsl        2001/01/29 17:32:37     1.7
  @@ -117,6 +117,7 @@
      <fo:block font-size="18pt" 
               font-family="sans-serif" 
               line-height="24pt"
  +            break-before="page"
               space-before.optimum="15pt"
               space-after.optimum="15pt"
               background-color="blue"
  @@ -234,6 +235,7 @@
      <fo:block font-size="18pt" 
               font-family="sans-serif" 
               line-height="24pt"
  +            break-before="page"            
               space-before.optimum="15pt"
               space-after.optimum="15pt"
               background-color="blue"
  
  
  

Reply via email to