From bbf8c4636d7552b8e54034ead140308ed978c153 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Mon, 24 Mar 2003 22:22:40 +0000 Subject: [PATCH] Add some tags for consistency. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196130 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/design/architecture.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/documentation/content/xdocs/design/architecture.xml b/src/documentation/content/xdocs/design/architecture.xml index 960bd13e9..04943d224 100644 --- a/src/documentation/content/xdocs/design/architecture.xml +++ b/src/documentation/content/xdocs/design/architecture.xml @@ -18,8 +18,8 @@
Startup
    -
  • The job starts in apps.Fop.main().
  • -
  • Control is passed to apps.CommandLineStarter.run().
  • +
  • The job starts in apps.Fop.main().
  • +
  • Control is passed to apps.CommandLineStarter.run().
  • Control is passed to apps.Driver.render(). This class fires up a SAX parser, the events from which indirectly control the remaining processing, including building the FO Tree, building the Area Tree, rendering, output and logging.
@@ -27,8 +27,8 @@ Formatting Object Tree
-- 2.39.5