diff options
author | William Victor Mote <vmote@apache.org> | 2002-11-29 22:00:32 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2002-11-29 22:00:32 +0000 |
commit | dbd6d2d0a69d1cab2b30efc4680177c350efc473 (patch) | |
tree | c260f1b8453fff5d13e4cd2fe6eff58462a258c5 /src/documentation/content/xdocs/design/fotree.xml | |
parent | 728652fb0a5c1c1feba55af0c0231978c6d5a171 (diff) | |
download | xmlgraphics-fop-dbd6d2d0a69d1cab2b30efc4680177c350efc473.tar.gz xmlgraphics-fop-dbd6d2d0a69d1cab2b30efc4680177c350efc473.zip |
white-space and line-ending fixes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195676 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/design/fotree.xml')
-rw-r--r-- | src/documentation/content/xdocs/design/fotree.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/design/fotree.xml b/src/documentation/content/xdocs/design/fotree.xml index a4c5c0c1d..e1573037b 100644 --- a/src/documentation/content/xdocs/design/fotree.xml +++ b/src/documentation/content/xdocs/design/fotree.xml @@ -2,7 +2,7 @@ <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd"> -<document> +<document> <header> <title>FO Tree</title> <subtitle>Design of FO Tree Structure</subtitle> @@ -14,7 +14,7 @@ <body> <section> <title>Introduction</title> -<p> +<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. |