diff options
author | Keiron Liddle <keiron@apache.org> | 2001-12-14 07:32:28 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-12-14 07:32:28 +0000 |
commit | 638a96ab53c0f0bc62cb2c148409224451552e35 (patch) | |
tree | 392506bca349e0b6d4871a1f0b1ac2433128a699 /docs/design/fotree.xml | |
parent | 0c1075bfe6de132c82ae58d1e8370f777c4995ef (diff) | |
download | xmlgraphics-fop-638a96ab53c0f0bc62cb2c148409224451552e35.tar.gz xmlgraphics-fop-638a96ab53c0f0bc62cb2c148409224451552e35.zip |
design specific docs in "document" format
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/design/fotree.xml')
-rw-r--r-- | docs/design/fotree.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/design/fotree.xml b/docs/design/fotree.xml new file mode 100644 index 000000000..9558f2fc2 --- /dev/null +++ b/docs/design/fotree.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" standalone="no"?> + +<!-- Overview --> + +<document> + <header> + <title>FO Tree</title> + <subtitle>Design of FO Tree Structure</subtitle> + <authors> + <person name="Keiron Liddle" email="keiron@aftexsw.com"/> + </authors> + </header> + + <body> +<s1 title="Introduction"> +<p> +The FO Tree is an internal representation of the input FO document. +The tree is created by building the elements and attributes from +the SAX events. + </p> + <p> +The FO Tree is used as an intermediatory structure which is converted +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> + </s1> + + </body> +</document> + |