You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/04/22 04:29:16 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/design areas.xml

vmote       2003/04/21 19:29:16

  Modified:    src/documentation/content/xdocs/design areas.xml
  Log:
  Integrate the content from the two documents a bit.
  
  Revision  Changes    Path
  1.7       +4 -15     xml-fop/src/documentation/content/xdocs/design/areas.xml
  
  Index: areas.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/areas.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- areas.xml	22 Apr 2003 00:21:04 -0000	1.6
  +++ areas.xml	22 Apr 2003 02:29:16 -0000	1.7
  @@ -12,28 +12,17 @@
     </header>
   
     <body>
  -<p>
  -The code to implement the area tree matches the areas
  -defined in the specification. This makes it easier to understand and
  -correspond with the specification.
  +<p>The Area Tree is an internal representation of the result document, representing pages and their contents.
  +To make the concepts clearer and easier to understand, the code to implement the area tree matches the areas defined in the XSL-FO specification.
     </p>
     <p>
   The area tree is created by the layout managers once the layout is decided
   for a page. Once a completed page is finished it can then be added to the
  -area tree. The area tree model can then handle the new page. The data in
  +area tree. From that point forward, the area tree model can then handle the new page. The data in
   the area tree must be minimal and independant. This means that the data
   uses less memory and can be serialized to an output stream if needed.
     </p>
  -<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>
  -<p>This information is created by the layout managers and is rendered to the
  -output using a renderer.</p>
  -<p>The Area Tree follows the description of the area tree in the XSL:FO
  -specification.</p>
  -<p>The Area Tree consists of a set of pages, the actual implemenation places
  -these in
  -a set of page sequences.</p>
  +<p>The Area Tree consists of a set of pages, which the actual implemenation places in a set of page sequences.</p>
   <section>
     <title>Structure</title>
   <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org