]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Remove top-level section.
authorWilliam Victor Mote <vmote@apache.org>
Mon, 21 Apr 2003 21:09:31 +0000 (21:09 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Mon, 21 Apr 2003 21:09:31 +0000 (21:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196293 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/design/understanding/area_tree.xml
src/documentation/content/xdocs/design/understanding/fo_tree.xml
src/documentation/content/xdocs/design/understanding/layout_managers.xml
src/documentation/content/xdocs/design/understanding/properties.xml
src/documentation/content/xdocs/design/understanding/renderers.xml

index 35e207b12587877950d90fdfb8022e25936fa9e6..69adee7f5aa5fd962a8f234f9fa1d009131efd73 100644 (file)
@@ -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>
@@ -119,8 +117,6 @@ renderer. This is useful for setting the title and organising the groups
 of page sequences.</p>
 </section>
 
-  </section>
-
     </body>
 </document>
 
index 6dfff2bd365bf1f0f1047f71bda2afc6f4a59f2d..8e8cfaca57c3ad7733ae32761c26fe419a966e9f 100644 (file)
@@ -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
@@ -137,8 +135,6 @@ creation of areas.</p>
         </p>
       </section>
 
-</section>
-
     </body>
 </document>
 
index a16f7eca4c88255eeb74f8a9b38797609df3f5d6..4fb8a58e4288319d774eb338f2c0f4430f7b75bb 100644 (file)
@@ -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 @@ turn effects the available size of the main reference area that contains
 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>
index 54d952410c1e220fc5aff78f50cf2db18e5d9edc..6e234854920810d891c0837f1bac068a7cdb189b 100644 (file)
@@ -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 @@ inherited or no value is found at any level, the initial value is
 returned.</p>
 </section>
 
-</section>
     </body>
 </document>
 
index cf98991b6a096b9bb5b852dfd7bac4ba6b35596f..627673a662b379d2f8f7da6bc0a1cf0964d45bd3 100644 (file)
@@ -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 @@ implement the basic functionality such as text and lines.
 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>