]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix <section> grouping.
authorWilliam Victor Mote <vmote@apache.org>
Tue, 22 Apr 2003 06:05:17 +0000 (06:05 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Tue, 22 Apr 2003 06:05:17 +0000 (06:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196316 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/design/fotree.xml

index 9b03bdfb268fa09888e1b5424c4959489861a0af..9257574e1418f8bccba7e49c9a295061e93a7f3f 100644 (file)
@@ -21,6 +21,7 @@ into the area tree. The complete FO tree should not be held in memory
 since FOP should be able to handle FO documents of any size.</p>
       <p>The FO Tree is simply a heirarchy of java objects that represent the fo elements from xml.
 The traversal is done by the layout or structure process only in the flow elements.</p>
+    </section>
       <section id="fonode">
         <title>FONode</title>
         <p>The base class for all objects in the tree is FONode. The base class for
@@ -64,7 +65,6 @@ automatically during the build process.</p>
         <p>In some cases the element may be moved to have a different parent, for
 example markers, or the inheritance could be different, for example
 initial property set.</p>
-      </section>
       <p>Properties (recall that FO's have properties, areas have traits, and XML
 nodes have attributes) are also a concern of <em>FOTreeBuilder</em>. It
 accomplishes this by using a <em>PropertyListBuilder</em>. There is a