You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 725B

123456789101112131415161718
  1. FOP readme
  2. What is FOP?
  3. FOP is the world's first print formatter driven by XSL formatting
  4. objects. It is a Java 1.1 application that reads a formatting object
  5. tree and then turns it into a PDF document. The formatting object
  6. tree, can be in the form of an XML document (output by an XSLT engine
  7. like XT or Xalan) or can be passed in memory as a DOM Document or (in
  8. the case of XT) SAX events.
  9. FOP is part of Apache's XML project. The homepage of FOP is
  10. http:/xml.apache.org/fop
  11. HTML-Documentation can be found in the subdirectory /docs.
  12. Compilation of Fop is started by executing build. It requires
  13. Xerces-J, Xalan and bsf.jar (comes with Xalan) in your classpath.