From 0bbe29c69d1be8f60d3ede4e7b86dd86f4213bae Mon Sep 17 00:00:00 2001
From: William Victor Mote
Date: Thu, 1 May 2003 19:20:37 +0000
Subject: [PATCH] Move glossary-type stuff from properties.xml to index.xml.
Minor additions to overview in properties.xml.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196387 13f79535-47bb-0310-9956-ffa450edef68
---
.../content/xdocs/design/index.xml | 33 +++++++++++++++++++
.../content/xdocs/design/properties.xml | 32 ++----------------
2 files changed, 35 insertions(+), 30 deletions(-)
diff --git a/src/documentation/content/xdocs/design/index.xml b/src/documentation/content/xdocs/design/index.xml
index 2c7ae4afe..a7fd0babd 100644
--- a/src/documentation/content/xdocs/design/index.xml
+++ b/src/documentation/content/xdocs/design/index.xml
@@ -106,5 +106,38 @@ Each component outlines the design issues which have already been addressed.
These resolution of these design issues is in support of the primary and secondary goals, so they are not necessarily written in stone.
However, most of them have been discussed at length among the developers, and are reasonably well settled.
+
+
+
+ Vocabulary
+ This section will attempt to provide information about any jargon used in the design documentation.
+ There is a rough relationship between terms used to describe the various trees in XSL-FO processing, all of which come from the XML and XSL-FO standards. In the table below, the terms (but not the actual items) in each column are roughly equivalent to each other:
+
+
+ Tree Concept |
+ Thing (Noun) |
+ Descriptive Item (Adjective) |
+
+
+ XML |
+ Element |
+ Attribute |
+
+
+ FO Tree |
+ Object |
+ Property |
+
+
+ Area Tree |
+ Area |
+ Trait |
+
+
+
+ - LM: Layout Manager.
+ - PLB: PropertyListBuilder.
+
+