From: William Victor Mote Date: Thu, 1 May 2003 19:20:37 +0000 (+0000) Subject: Move glossary-type stuff from properties.xml to index.xml. Minor additions to overvie... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1498 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0bbe29c69d1be8f60d3ede4e7b86dd86f4213bae;p=xmlgraphics-fop.git 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 --- 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 ConceptThing (Noun)Descriptive Item (Adjective)
XMLElementAttribute
FO TreeObjectProperty
Area TreeAreaTrait
+ +
diff --git a/src/documentation/content/xdocs/design/properties.xml b/src/documentation/content/xdocs/design/properties.xml index 047f9d780..29f2c1959 100644 --- a/src/documentation/content/xdocs/design/properties.xml +++ b/src/documentation/content/xdocs/design/properties.xml @@ -14,33 +14,6 @@

As the input XSL-FO is being parsed and the FO Tree is being built, the attributes of the FO elements are passed by the parser to the related FO object. The java object that represent the FO object then converts the attributes into properties that are stored in the FO Tree.

- -
Issues

The following are some issues when dealing with properties:

@@ -53,14 +26,13 @@ Markers are one example.
  • Expressions: XSL-FO expressions can be included in properties.
  • -
    Overview of Processing

    The general flow of property processing is as follows: