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 vm...@apache.org on 2003/04/21 23:09:31 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/design/understanding area_tree.xml fo_tree.xml layout_managers.xml properties.xml renderers.xml

vmote       2003/04/21 14:09:31

  Modified:    src/documentation/content/xdocs/design/understanding
                        area_tree.xml fo_tree.xml layout_managers.xml
                        properties.xml renderers.xml
  Log:
  Remove top-level section.
  
  Revision  Changes    Path
  1.2       +0 -4      xml-fop/src/documentation/content/xdocs/design/understanding/area_tree.xml
  
  Index: area_tree.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/understanding/area_tree.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- area_tree.xml	29 Nov 2002 09:18:20 -0000	1.1
  +++ area_tree.xml	21 Apr 2003 21:09:31 -0000	1.2
  @@ -10,8 +10,6 @@
       <body>
   <section>
     <title>Area Tree</title>
  -<section>
  -  <title>Area Tree</title>
   <p>The Area Tree is an internal representation of the result document. This
   is a set of java classes that can put together a set of objects that
   represent the pages and their contents.</p>
  @@ -118,8 +116,6 @@
   renderer. This is useful for setting the title and organising the groups
   of page sequences.</p>
   </section>
  -
  -  </section>
   
       </body>
   </document>
  
  
  
  1.3       +0 -4      xml-fop/src/documentation/content/xdocs/design/understanding/fo_tree.xml
  
  Index: fo_tree.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/understanding/fo_tree.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fo_tree.xml	29 Nov 2002 22:00:32 -0000	1.2
  +++ fo_tree.xml	21 Apr 2003 21:09:31 -0000	1.3
  @@ -8,8 +8,6 @@
       </header>
   
       <body>
  -<section>
  -  <title>FO Tree</title>
         <p>
           The FO Tree is a representation of the XSL:FO document. This
           represents the <strong>Objectify</strong> step from the
  @@ -136,8 +134,6 @@
             page-sequences are direct descendents of root.
           </p>
         </section>
  -
  -</section>
   
       </body>
   </document>
  
  
  
  1.2       +0 -4      xml-fop/src/documentation/content/xdocs/design/understanding/layout_managers.xml
  
  Index: layout_managers.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/understanding/layout_managers.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- layout_managers.xml	29 Nov 2002 09:18:20 -0000	1.1
  +++ layout_managers.xml	21 Apr 2003 21:09:31 -0000	1.2
  @@ -7,9 +7,6 @@
           <title>Layout Managers</title>
       </header>
       <body>
  -<section>
  -  <title>Layout Managers</title>
  -
   <p>The role of the layout managers is to build the Area Tree by using the
   information from the FO Tree. The layout managers decide where information
   is placed in the area tree.</p>
  @@ -57,7 +54,6 @@
   the flow.</p>
   <p>A layout manager handles the adding and removing of footnotes/floats, this in turn effects the available space in the main reference area.</p>
   
  -</section>
   </section>
   
       </body>
  
  
  
  1.3       +0 -3      xml-fop/src/documentation/content/xdocs/design/understanding/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/understanding/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml	29 Nov 2002 22:00:32 -0000	1.2
  +++ properties.xml	21 Apr 2003 21:09:31 -0000	1.3
  @@ -8,8 +8,6 @@
       </header>
   
       <body>
  -<section>
  -  <title>Property Handling</title>
   <p>During XML Parsing, the FO tree is constructed. For each FO object (some
   subclass of FObj), the tree builder then passes the list of all
   attributes specified on the FO element to the handleAttrs method. This
  @@ -104,7 +102,6 @@
   returned.</p>
   </section>
   
  -</section>
       </body>
   </document>
   
  
  
  
  1.2       +0 -5      xml-fop/src/documentation/content/xdocs/design/understanding/renderers.xml
  
  Index: renderers.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/understanding/renderers.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- renderers.xml	29 Nov 2002 09:18:20 -0000	1.1
  +++ renderers.xml	21 Apr 2003 21:09:31 -0000	1.2
  @@ -11,9 +11,6 @@
   <section>
     <title>Renderers</title>
   
  -<section>
  -  <title>Renderers</title>
  -
   <p>A renderer is used to convert the Area Tree into the output document.
   The renderer is given the tree one page at a time. All pages are supplied
   in the order they appear in the document. In order to save memory it is
  @@ -122,8 +119,6 @@
   If two renderers have the same font metrics then it is possible to render
   the Area Tree in each renderer. This can be handled by the AreaTree
   Handler.</p>
  -</section>
  -
   </section>
   
       </body>
  
  
  

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