From ff1e921c8d093574053b8aa82b592c336ba6f5f5 Mon Sep 17 00:00:00 2001
From: Keiron Liddle
Here we have some answers to common questions about FOP. This only covers
general information about getting started with FOP and pointers to more
@@ -13,21 +14,11 @@
The site uses Jyve to provide an interactive FAQ:
FOP is a print formatter for XSL formatting objects.
-
-
FOP is distributed with
+XSL is an XML format that is used to specify a pagination and other +styling for page layout output. XSL can be used in conjunction with +XSLT to convert from any XML format into a paginated layout ready for +printing or displaying.
-+XSL defines a set of formatting objects in xml that describes the +way pages are set up. The contents of the pages are filled from +flows which. There can be static flows that appear on every page +and the main flow which fills the body of the page.
-+FOP is an application or library that converts an XSL FO document +into the paginated output. It is possible to render the output +to different targets, the main target is PDF. FOP can be run from +the command line or embedded into your Java application.
-+The XSL FO can be delivered to FOP with XML(XSL FO), XML+XSL or +SAX events. +
+ + + ++There is always plenty of things to do.
-+Often XSL FO is created from XML and XSLT. There are some +standard XML markups such as Docbook that can be converted +into XSL FO and other XML formats. +
++There are some XSL authoring tools that may help you to +author XSL FO documents or the XML and XSLT documents. +
+There will be a Java Webstart demo sometime in the future. +This will use the AWT viewer to display FO documents.
-Not implemented: block-container
Not implemented: marker, retrieve-marker
FOP is the world's first print formatter driven by XSL formatting - objects. It is a Java application that reads a formatting object - tree and then renders the resulting pages to a specified output. + objects and the world's first output indepent formatter. It is a + Java application that reads a formatting object tree and then + renders the resulting pages to a specified output. Output formats + currently supported are PDF, PCL, SVG, XML (area tree representation), + Print, AWT and TXT. The primary output target is PDF.
diff --git a/docs/xml-docs/fop/resources.xml b/docs/xml-docs/fop/resources.xml
index 03214711c..ad9516a25 100644
--- a/docs/xml-docs/fop/resources.xml
+++ b/docs/xml-docs/fop/resources.xml
@@ -6,13 +6,13 @@
-