From 310e21d3c9b2d7adbb3fddb9be1ab7190e32a0e9 Mon Sep 17 00:00:00 2001 From: jtauber Date: Mon, 22 Nov 1999 04:01:49 +0000 Subject: [PATCH] added initial FAQ and README contributed by Fotis Jannidis git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193232 13f79535-47bb-0310-9956-ffa450edef68 --- FAQ | 19 +++++++++++++++++++ README | 42 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 FAQ diff --git a/FAQ b/FAQ new file mode 100644 index 000000000..80fd6d8a0 --- /dev/null +++ b/FAQ @@ -0,0 +1,19 @@ +FOP Frequently Asked Questions + +$Id$ +Contributed by +Fotis Jannidis + +1. Running FOP I get the following messages or something similar: +"WARNING: Unknown formatting object http://www.w3.org/XSL/Format/1.0^root" +and then a FATAL Error "Root element must be root, not default FO". + +A.: Make sure that you have specified as the namespace for fo the +following string: +"http://www.w3.org/1999/XSL/Format" +It is analogous to the xslt namespace "http://www.w3.org/1999/XSL/Transform" + + + + + diff --git a/README b/README index 439202125..830566996 100644 --- a/README +++ b/README @@ -1,2 +1,42 @@ +FOP README + +$Id$ + +Contributed by +Fotis Jannidis + +A. Compiling FOP + +1. Prerequisites + +a) Java 1.1.x or later + +b) XT from James Clark + +Some of the Java source code in FOP is generated from XML using +XSLT. XT must be used to generate this code. + +XT is an xsl stylesheet processor written in java. At the moment you +can't use any other processor, because the make file makes use of some +proprietary features of Clark's xt which allow to write output in more +then one document. You can find XT at +You have to use XT version 19991105 or later. + +(Under windows you shouldn't use the prepackaged xt.exe but also the +generic jar file, otherwise make won't work) + +XT relies on an sax parser like XP (also J. Clark), which can be +downloaded at + +c) make + +Under windows it has been reported that the use of the cygnus +solutions port of the GNU utilities works. You can find it at + + + + +B. Running FOP +[Here comes James Tauber's online doc] + - About the XML-Fop project... -- 2.39.5