aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-22 06:05:17 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-22 06:05:17 +0000
commitdcb71cefa9f60189c80cfd0da3e9aae6c7873eed (patch)
treef901ff14515a976496df231231509c0a6afc39fc /src/documentation
parente69ab6ffc9a6ac75e6885d47b925871916558b70 (diff)
downloadxmlgraphics-fop-dcb71cefa9f60189c80cfd0da3e9aae6c7873eed.tar.gz
xmlgraphics-fop-dcb71cefa9f60189c80cfd0da3e9aae6c7873eed.zip
Fix <section> grouping.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/design/fotree.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/design/fotree.xml b/src/documentation/content/xdocs/design/fotree.xml
index 9b03bdfb2..9257574e1 100644
--- a/src/documentation/content/xdocs/design/fotree.xml
+++ b/src/documentation/content/xdocs/design/fotree.xml
@@ -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