From 42c2fd5fc1798d1cab6f8ffddbb2f6cf1905dca0 Mon Sep 17 00:00:00 2001 From: fotis Date: Wed, 12 Jul 2000 22:57:45 +0000 Subject: [PATCH] removed property 'keep-with-next' git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193495 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/fo/readme.fo | 58 +++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/examples/fo/readme.fo b/docs/examples/fo/readme.fo index d8bfd9494..b6b078980 100644 --- a/docs/examples/fo/readme.fo +++ b/docs/examples/fo/readme.fo @@ -67,7 +67,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. FOP: An Open-Source XSL Formatter and Renderer -A) +A) What is FOP? FOP is the world's first print formatter driven by XSL formatting objects. It is a Java 1.1 application that reads a formatting object @@ -86,7 +86,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. B) + B) Downloading FOP The latest release version is FOP 12.0 @@ -113,10 +113,10 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. C) + C) Running FOP - 1) Prerequisites + 1) Prerequisites Following software must be installed: a) Java 1.1.x or later For the fo-file viewer mode of FOP (see below) you must have the swing classes installed. @@ -147,7 +147,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. - 2) Starting FOP as an standalone application + 2) Starting FOP as an standalone application There are three ways to run FOP from the command line. a) Batch processing formatting objects (fo) files: java org.apache.fop.apps.CommandLine fo-file pdf-file @@ -158,7 +158,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. Each method uses next to the fop classes other packages. The following describes each method in detail. - a) Method One + a) Method One One is to first use an XSLT engine to produce the formatting object tree as an XML document and then running the class org.apache.fop.apps.CommandLine with the formatting object file name and PDF filename as arguments. You will need to include @@ -176,7 +176,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. (You have to include xerces.jar or another xml parser which supports DOM in your classpath.) - b) Method Two + b) Method Two Rather than performing transformation with an XSLT before invoking FOP, it is possible, if you use XT as your XSLT engine, to just call FOP and have it call XT for you. To do this, run the class org.apache.fop.apps.CommandLine with the @@ -192,7 +192,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. - c) Method Three + c) Method Three If you already produced the FO file, you can preview the results of your transformation without using any pdf viewer by invoking FOP with the viewer application. You will need to include FOP and your XML Parser in your classpath @@ -208,7 +208,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. 3) Running FOP on MacOS + 3) Running FOP on MacOS Ensure that you have a recent MRJ, and that you have downloaded and unpacked the XP and SAX distributions. The xp.jar and sax.jar files work @@ -228,7 +228,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. - 4) Problems + 4) Problems If you have problems running FOP, please have a look at the FOP FAQ @@ -246,7 +246,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. D) + D) Embedding FOP Instantiate org.apache.fop.apps.Driver. Once this class is instantiated, methods are called to set the @@ -284,11 +284,11 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. E) + E) What's Implemented? Also see STATUS for what is being worked on. - 1) Formatting Objects + 1) Formatting Objects @@ -518,7 +518,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. 2) Properties + 2) Properties @@ -855,13 +855,13 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. F) + F) Limitations Although FOP implements the above listed fo objects and properties, sometimes it does so only in a limited way. - list-block + list-block The fo working draft allows describes two ways to markup lists.The list-block must have as children either: 1) pairs of fo:list-item-label and fo:list-item-body formatting objects, or 2) fo:list-item formatting objects. @@ -874,7 +874,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. </fo:list-block> - Padding + Padding Padding works in conjunction with indents and spaces. It is only implemented for blocks. At the moment padding can't be used to make extra space (indents+spaces must be used), but only to control how much the background-color extends beyond @@ -882,7 +882,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. - Tables + Tables There two limitations for tables: 1) FOP needs you to explicitly specify column widths 2) Cells have to contain block-level FOs. They can't contain straight character data. @@ -928,7 +928,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. G) + G) Bugs see STATUS file @@ -937,12 +937,12 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. H) + H) Compiling FOP - 1. Prerequisites + 1. Prerequisites - a) Java 1.1.x or later + a) Java 1.1.x or later If you use Java 1.1.x you must also seperately include the swing classes, which can be found at the Sun website @@ -953,7 +953,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. - b) An XML parser + b) An XML parser An XML parser which supports DOM like Xerces-J @@ -961,7 +961,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. . - c) XT from James Clark + c) XT from James Clark Some of the Java source code in FOP is generated from XML using XSLT. XT must be used to generate this code. XT is an XSL stylesheet processor written in java. At the moment you @@ -984,7 +984,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. - d) make + d) make Under windows it has been reported that the use of the cygnus solutions port of the GNU utilities works. You can find it at Cygnus Solutions @@ -995,7 +995,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. Compiling FOP on MacOS + Compiling FOP on MacOS We strongly recommend the use of Codewarrior Java. This Readme will contain a link to more information in the near future. @@ -1007,7 +1007,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. I) + I) Getting involved 1. Subscribe to fop-dev@xml.apache.org by sending an email to fop-dev-subscribe@xml.apache.org @@ -1028,7 +1028,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. J) + J) FOP Relevant Specifications @@ -1142,7 +1142,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. K) + K) Licence ============================================================================ The Apache Software License, Version 1.1 -- 2.39.5