diff options
author | jtauber <jtauber@unknown> | 1999-11-22 04:01:49 +0000 |
---|---|---|
committer | jtauber <jtauber@unknown> | 1999-11-22 04:01:49 +0000 |
commit | 310e21d3c9b2d7adbb3fddb9be1ab7190e32a0e9 (patch) | |
tree | 2251ac7facbe029c23f3359c80c5863caa86530c /FAQ | |
parent | 2e3f19dbda63bc8f2e113006fcb06decc39c8823 (diff) | |
download | xmlgraphics-fop-310e21d3c9b2d7adbb3fddb9be1ab7190e32a0e9.tar.gz xmlgraphics-fop-310e21d3c9b2d7adbb3fddb9be1ab7190e32a0e9.zip |
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
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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" + + + + + |