From: fotis Date: Mon, 20 Dec 1999 22:46:56 +0000 (+0000) Subject: fixed: mentions change of standard sax parser between v 0.12.0 and v 0.12.1[dev] X-Git-Tag: pre-columns~592 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=878b3deaa3176eb281e0ad6bf5cdd6b29b1913f2;p=xmlgraphics-fop.git fixed: mentions change of standard sax parser between v 0.12.0 and v 0.12.1[dev] git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193272 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README b/README index 84ca615db..aead5893a 100644 --- a/README +++ b/README @@ -84,7 +84,11 @@ FOP readme java -Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser -cp fop_bin_0_12_0.jar;xerces.jar org.apache.fop.apps.CommandLine fo-file pdf-file - + + PLEASE NOTE: Starting with v 0.12.1 [dev] the standard parser for FOP is xerces-J. + Therefore if you use xerces, you don't need to + set -Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser + 3.2.2. Method Two Rather than performing transformation with an XSLT before invoking FOP, it is possible, if you use XT as your XSLT engine, to just call FOP and have it call @@ -98,8 +102,11 @@ FOP readme Again, if your SAX Parser is other than XP, you will need to set the property org.xml.sax.parser to the SAX Parser class to use. - - + + PLEASE NOTE: Starting with v 0.12.1 [dev] the standard parser for FOP is xerces-J. + Therefore the example will only work, if you use xerces. Otherwise + you have to set the sax parser + 3.2.3. Method Three If you already produced the FO file, you can preview the results of your transformation without using any pdf viewer by invoking FOP with the viewer @@ -115,6 +122,7 @@ FOP readme FOP can be started without classpath: java org.apache.fop.apps.CommandLine fo-file pdf-file + 3.3. Running FOP on MacOS