Apache XML Graphics FOP
Go to file
2000-07-20 18:02:03 +00:00
docs Changed Status and a few docs to reflect recent changes, assuming 2000-07-20 16:49:15 +00:00
lib updated to the latest svg java bindings 2000-07-18 05:33:59 +00:00
src fixes image bug where images where flipped 2000-07-20 07:42:52 +00:00
build.bat added w3c.jar to local class path 2000-07-10 23:59:28 +00:00
build.sh I'm adding it back with execute permissions turned on. 2000-07-14 19:29:44 +00:00
build.xml add: build java classes for font symbol, zapfdingbats 2000-06-22 07:49:43 +00:00
LICENSE PR: 1999-11-16 06:38:34 +00:00
README add warning what version of xerces and xalan to use with Fop 2000-07-15 11:24:31 +00:00
STATUS Whups. Committing Status update. Needs review. 2000-07-20 18:02:03 +00:00

FOP readme

    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
    tree and then turns it into a PDF document. The formatting object
    tree, can be in the form of an XML document (output by an XSLT engine
    like XT or Xalan) or can be passed in memory as a DOM Document or (in
    the case of XT) SAX events.
    
    FOP is part of Apache's XML project. The homepage of FOP is 
    http:/xml.apache.org/fop 

    HTML-Documentation can be found in the subdirectory /docs. 

    Compilation of Fop is started by executing build. It requires
    Xerces-J, Xalan and bsf.jar (comes with Xalan) in your classpath. 
    Fop builds successfully with Xerces 1.1.2 and Xalan 1.1, earlier versions
    may prove problematic, if they don't support the final version of SAX 2. 
    You can find more details in build.xml or in the documentation under the 
    heading 'compiling'.