From 02e6fa274d498b2bd9f8a573c14066223abf98db Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Sat, 16 Sep 2006 19:40:37 +0000 Subject: [PATCH] Added a comment about the cofiguration schema and some other means to determine configuration errors. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446928 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/0.92/configuration.xml | 41 +++++++++++++++++++ .../content/xdocs/trunk/configuration.xml | 41 +++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/src/documentation/content/xdocs/0.92/configuration.xml b/src/documentation/content/xdocs/0.92/configuration.xml index 9bc5bebc2..85cb8e25b 100644 --- a/src/documentation/content/xdocs/0.92/configuration.xml +++ b/src/documentation/content/xdocs/0.92/configuration.xml @@ -247,6 +247,47 @@ ]]> + +
+ When it does not work + +

FOP searches the configuration file for the information it +expects, at the position it expects. When that information is not +present, FOP will not complain, it will just continue. When there is +other information in the file, FOP will not complain, it will just +ignore it. That means that when your configuration information is in +the file but in a different XML element, or in a different XML path, +than FOP expects, it will be silently ignored.

+ +

Check the following possibilities:

+ + + +
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index 99b92c7d3..c40a64de5 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -289,6 +289,47 @@

+ +
+ When it does not work + +

FOP searches the configuration file for the information it +expects, at the position it expects. When that information is not +present, FOP will not complain, it will just continue. When there is +other information in the file, FOP will not complain, it will just +ignore it. That means that when your configuration information is in +the file but in a different XML element, or in a different XML path, +than FOP expects, it will be silently ignored.

+ +

Check the following possibilities:

+ + + +
-- 2.39.5