summaryrefslogtreecommitdiff
path: root/textproc/fop
AgeCommit message (Collapse)AuthorFilesLines
2000-10-19Update fop to version 0.13.0. Version 0.14.0 will be imported shortly, asjwise3-80/+110
fop -current, since it is not currently usable with cocoon. Changes since fop-0.12.1: - using Ant to build Fop instead of make [Giacomo Pati] - borders, padding and absolute positioning [Jon Smirl]
2000-06-22Better use of GTARjwise1-1/+2
2000-05-31This can be used with Xalan-j and Xerces-j or with XT and XP, so removejwise1-3/+2
the dependency on xalan-j.
2000-05-31Initial import of fop, from the Apache Project. From pkg/DESCR:jwise5-0/+153
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.