aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-21 21:09:31 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-21 21:09:31 +0000
commitba73f9d72b168c9f361da76cd9b2a40b64aa6373 (patch)
tree2e10c548e3c76c2aafda503eea6d7c20121e5e4d /src/documentation/content/xdocs
parent8ce13fa47367fc4765ca69ca6b4f46182c10a5cb (diff)
downloadxmlgraphics-fop-ba73f9d72b168c9f361da76cd9b2a40b64aa6373.tar.gz
xmlgraphics-fop-ba73f9d72b168c9f361da76cd9b2a40b64aa6373.zip
Remove top-level section.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r--src/documentation/content/xdocs/design/understanding/area_tree.xml4
-rw-r--r--src/documentation/content/xdocs/design/understanding/fo_tree.xml4
-rw-r--r--src/documentation/content/xdocs/design/understanding/layout_managers.xml4
-rw-r--r--src/documentation/content/xdocs/design/understanding/properties.xml3
-rw-r--r--src/documentation/content/xdocs/design/understanding/renderers.xml5
5 files changed, 0 insertions, 20 deletions
diff --git a/src/documentation/content/xdocs/design/understanding/area_tree.xml b/src/documentation/content/xdocs/design/understanding/area_tree.xml
index 35e207b12..69adee7f5 100644
--- a/src/documentation/content/xdocs/design/understanding/area_tree.xml
+++ b/src/documentation/content/xdocs/design/understanding/area_tree.xml
@@ -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>
diff --git a/src/documentation/content/xdocs/design/understanding/fo_tree.xml b/src/documentation/content/xdocs/design/understanding/fo_tree.xml
index 6dfff2bd3..8e8cfaca5 100644
--- a/src/documentation/content/xdocs/design/understanding/fo_tree.xml
+++ b/src/documentation/content/xdocs/design/understanding/fo_tree.xml
@@ -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>
diff --git a/src/documentation/content/xdocs/design/understanding/layout_managers.xml b/src/documentation/content/xdocs/design/understanding/layout_managers.xml
index a16f7eca4..4fb8a58e4 100644
--- a/src/documentation/content/xdocs/design/understanding/layout_managers.xml
+++ b/src/documentation/content/xdocs/design/understanding/layout_managers.xml
@@ -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>
@@ -58,7 +55,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>
</document>
diff --git a/src/documentation/content/xdocs/design/understanding/properties.xml b/src/documentation/content/xdocs/design/understanding/properties.xml
index 54d952410..6e2348549 100644
--- a/src/documentation/content/xdocs/design/understanding/properties.xml
+++ b/src/documentation/content/xdocs/design/understanding/properties.xml
@@ -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>
diff --git a/src/documentation/content/xdocs/design/understanding/renderers.xml b/src/documentation/content/xdocs/design/understanding/renderers.xml
index cf98991b6..627673a66 100644
--- a/src/documentation/content/xdocs/design/understanding/renderers.xml
+++ b/src/documentation/content/xdocs/design/understanding/renderers.xml
@@ -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
@@ -124,8 +121,6 @@ the Area Tree in each renderer. This can be handled by the AreaTree
Handler.</p>
</section>
-</section>
-
</body>
</document>