aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorjtauber <jtauber@unknown>1999-11-22 04:01:49 +0000
committerjtauber <jtauber@unknown>1999-11-22 04:01:49 +0000
commit310e21d3c9b2d7adbb3fddb9be1ab7190e32a0e9 (patch)
tree2251ac7facbe029c23f3359c80c5863caa86530c /FAQ
parent2e3f19dbda63bc8f2e113006fcb06decc39c8823 (diff)
downloadxmlgraphics-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--FAQ19
1 files changed, 19 insertions, 0 deletions
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"
+
+
+
+
+