From 21c4b4cb0c13f585787e410df785caa5eaf6c09b Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Wed, 23 Apr 2003 22:24:26 +0000 Subject: [PATCH] Move some content from design/index.xml. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196330 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/design/understanding/xml_parsing.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/documentation/content/xdocs/design/understanding/xml_parsing.xml b/src/documentation/content/xdocs/design/understanding/xml_parsing.xml index 26c24776b..9dc2646c3 100644 --- a/src/documentation/content/xdocs/design/understanding/xml_parsing.xml +++ b/src/documentation/content/xdocs/design/understanding/xml_parsing.xml @@ -8,6 +8,12 @@
XML Input +

The xml document is always handled internally as SAX. The SAX events + are used to read the elements, attributes and text data of the FO document. + After the manipulation of the data the renderer writes out the pages in the + appropriate format. It may write as it goes, a page at a time or the whole + document at once. Once finished the document should contain all the data in the + chosen format ready for whatever use.

FOP can take the input XML in a number of ways: