aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Modification of ExampleXML2PDF to show a Transformer.setParameter() call.Glen Mazza2004-02-092-49/+36
| | | | | | | | Fix to xsl stylesheet to show '1.0' instead of just '1' for the version number (fix from Clay Leeds). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197343 13f79535-47bb-0310-9956-ffa450edef68
* Added a parameter to the projectteam2fo.xsl example (for subsequent useGlen Mazza2004-02-052-5/+9
| | | | | | | | in showing a setTransform() call in the samples); also added a needed library to the examples' build.xml file. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197330 13f79535-47bb-0310-9956-ffa450edef68
* Style, javadoc and tab character fixesJeremias Maerki2004-01-091-14/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197150 13f79535-47bb-0310-9956-ffa450edef68
* Using Joe's new "relativebase" feature, this file can be simplified.Jeremias Maerki2003-11-221-17/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197022 13f79535-47bb-0310-9956-ffa450edef68
* Put namespace URI in public constantJeremias Maerki2003-11-072-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196985 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup and make it compile againJeremias Maerki2003-11-073-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196984 13f79535-47bb-0310-9956-ffa450edef68
* add fox:destination elementsWilliam Victor Mote2003-10-121-3/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196956 13f79535-47bb-0310-9956-ffa450edef68
* Updated the tables-collapse property on several tables from "separate" to ↵Glen Mazza2003-08-261-6/+7
| | | | | | "collapse". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196851 13f79535-47bb-0310-9956-ffa450edef68
* Examples 8-11 added to check:Glen Mazza2003-08-201-12/+323
| | | | | | | | | | 1) implementation of border properties (border-color, border-width, border-style, etc.) at the fo:table-row and fo:table-column level. 2) border property conflict resolutions as defined in CSS2 standard at http://www.w3.org/TR/REC-CSS2/tables.html#border-conflict-resolution git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196819 13f79535-47bb-0310-9956-ffa450edef68
* $Id$ added to get header printed at top of file.Glen Mazza2003-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196797 13f79535-47bb-0310-9956-ffa450edef68
* Created a simple example using the DOM Level 2 API for testing/demonstrating ↵Glen Mazza2003-08-131-0/+192
| | | | | | | | | FOP's DOM Document-processing capabilities. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196796 13f79535-47bb-0310-9956-ffa450edef68
* Reconfigured ElementMapping from an interface to an abstract base classGlen Mazza2003-07-122-30/+10
| | | | | | | | Removed FOTreeBuilder references from all ElementMapping subclasses Simplified FOTreeBuilder ElementMapping instantiation somewhat git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196687 13f79535-47bb-0310-9956-ffa450edef68
* Copy from maint branchJeremias Maerki2003-07-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196568 13f79535-47bb-0310-9956-ffa450edef68
* Buffer the output streams for increased performance (not really needed here ↵Jeremias Maerki2003-07-034-0/+4
| | | | | | but useful for showing best practices) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196567 13f79535-47bb-0310-9956-ffa450edef68
* Added SVG to PDF example using the PDF TranscoderJeremias Maerki2003-03-122-0/+151
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196080 13f79535-47bb-0310-9956-ffa450edef68
* Embedding examples ported from maintenance branch.Jeremias Maerki2003-03-1219-0/+2004
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196077 13f79535-47bb-0310-9956-ffa450edef68
* Switched to long licence Jeremias Maerki2003-03-0714-232/+981
| | | | | | | Some general checkstyle fixing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196043 13f79535-47bb-0310-9956-ffa450edef68
* Set log level to "warn" per default.Jeremias Maerki2003-02-141-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195954 13f79535-47bb-0310-9956-ffa450edef68
* Also include giro.fo from the advanced directory.Jeremias Maerki2003-02-021-0/+5
| | | | | | | The other files in there won't work ATM. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195924 13f79535-47bb-0310-9956-ffa450edef68
* Removed sample servlet as it is now under the main source tree as package ↵Jeremias Maerki2003-02-0210-631/+0
| | | | | | org.apache.fop.servlet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195923 13f79535-47bb-0310-9956-ffa450edef68
* Move over from contrib/servletJeremias Maerki2003-01-2910-0/+631
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195912 13f79535-47bb-0310-9956-ffa450edef68
* Move over from contrib/planJeremias Maerki2003-01-2919-0/+1300
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195910 13f79535-47bb-0310-9956-ffa450edef68
* Move over from contrib/mathmlJeremias Maerki2003-01-2912-0/+690
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195908 13f79535-47bb-0310-9956-ffa450edef68
* Move over from docs/examplesJeremias Maerki2003-01-2978-0/+29880
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195905 13f79535-47bb-0310-9956-ffa450edef68