summaryrefslogtreecommitdiffstats
path: root/examples/embedding
Commit message (Expand)AuthorAgeFilesLines
* Fixed filename of stylesheet for case-sensitive file systems.Jeremias Maerki2004-08-303-3/+3
* Style-up for example classes.Jeremias Maerki2004-08-152-3/+0
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-245-25/+25
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-196-9/+9
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-196-37/+25
* Added alternative example for FO to PDF, using javax.xml.parsersSimon Pepping2004-07-182-0/+139
* Back to transform example, reverted yesterday's change that removed BufferedO...Glen Mazza2004-07-161-24/+10
* *Temporary* commit showing how this process works via SAXParserFactory;Glen Mazza2004-07-161-5/+23
* Removed BufferedOutputStream line as unneeded in this case (Unsure if helpfulGlen Mazza2004-07-141-1/+0
* Updated FO->PDF example to use JAXP.Glen Mazza2004-07-141-19/+30
* Made Driver.initialize() private, more in line with 0.20.5, which doesn'tGlen Mazza2004-07-094-12/+0
* Switch from non-JAXP DOM processing to using JAXP identity transformationGlen Mazza2004-07-073-23/+50
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-204-38/+11
* Used standard Java exception-printing method "printStackTrace(PrintStream)"Glen Mazza2004-04-147-28/+8
* Updated examples to use Commons-Logging.Glen Mazza2004-04-015-46/+73
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-273-41/+104
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-0/+16
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2713-598/+182
* Modification of ExampleXML2PDF to show a Transformer.setParameter() call.Glen Mazza2004-02-092-49/+36
* Added a parameter to the projectteam2fo.xsl example (for subsequent useGlen Mazza2004-02-052-5/+9
* Style, javadoc and tab character fixesJeremias Maerki2004-01-091-14/+20
* $Id$ added to get header printed at top of file.Glen Mazza2003-08-131-1/+1
* Created a simple example using the DOM Level 2 API for testing/demonstrating ...Glen Mazza2003-08-131-0/+192
* Buffer the output streams for increased performance (not really needed here b...Jeremias Maerki2003-07-034-0/+4
* Added SVG to PDF example using the PDF TranscoderJeremias Maerki2003-03-122-0/+151
* Embedding examples ported from maintenance branch.Jeremias Maerki2003-03-1219-0/+2004