aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow a null locator in errorTextSimon Pepping2004-07-231-1/+5
* Removed redundant check for invalid render type.Glen Mazza2004-07-202-10/+0
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-206-50/+67
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-2010-177/+78
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-1910-27/+24
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-1917-153/+123
* Added alternative example for FO to PDF, using javax.xml.parsersSimon Pepping2004-07-182-0/+139
* Implemented the ErrorHandler interface in FOTreeBuilder.Simon Pepping2004-07-182-3/+31
* Removed the Driver(OutputStream) convenience constructor as not particularlyGlen Mazza2004-07-181-9/+0
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-186-51/+32
* set bullet list as default list stylePeter Herweg2004-07-171-0/+2
* Null pointer check added to code, to stop NPE error (unsure if other problemsGlen Mazza2004-07-161-1/+3
* Moved user-defined ElementMapping initialization from Driver to FOUserAgent.Glen Mazza2004-07-163-82/+50
* 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
* Minor edit, fixed commenting.Glen Mazza2004-07-141-2/+1
* Removed the Driver.run() method in favor of JAXP.Glen Mazza2004-07-143-96/+21
* 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
* bug fixed, which caused runtime-exception on leading whitespacesPeter Herweg2004-07-131-1/+1
* missing call of endFlow added, so RTF module doesn't shift fo:flow's content ...Peter Herweg2004-07-131-0/+1
* PR:Glen Mazza2004-07-132-70/+39
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-1310-706/+357
* Moved FOPPrintServlet from using XSLTInputHandler to JAXP.Glen Mazza2004-07-111-10/+31
* Reviewed the Mime typesSimon Pepping2004-07-091-89/+99
* Correction to the javadocSimon Pepping2004-07-091-1/+1
* Adding reporting of mime type to renderers.Simon Pepping2004-07-095-0/+36
* Implementing user configuration file.Simon Pepping2004-07-098-9/+183
* Made Driver.initialize() private, more in line with 0.20.5, which doesn'tGlen Mazza2004-07-096-14/+1
* PR:Glen Mazza2004-07-073-613/+8
* Switch to JAXP identity transformation for DOM Document example.Glen Mazza2004-07-071-4/+10
* Switch from non-JAXP DOM processing to using JAXP identity transformationGlen Mazza2004-07-073-23/+50
* 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode...Glen Mazza2004-07-078-904/+156
* This change abstracts the Renderer away from FOTreeHandler as follows:Glen Mazza2004-07-064-111/+139
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-055-8/+35
* validateChildNode() activated for fo:flow.Glen Mazza2004-07-042-7/+17
* Removed isMarker() method in favor of getName() (may eventually switch to an ...Glen Mazza2004-07-043-19/+1
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-277-106/+127
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-2611-192/+157
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-2511-89/+80
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-2316-118/+104
* Disable check for maximum line length because of a problem reported in FOP 0....Jeremias Maerki2004-06-221-1/+9
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-228-33/+34
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-2012-118/+36
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-206-19/+28
* 1. ProxyContentHandler no longer needed.Glen Mazza2004-06-203-159/+13
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-1910-173/+83
* Implemented a cache for property value lookup.Simon Pepping2004-06-184-12/+119
* Unused apps.Document object removed from FOTreeBuilder.Glen Mazza2004-06-183-15/+2
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-1816-160/+174