From: William Victor Mote Date: Thu, 10 Jul 2003 18:33:16 +0000 (+0000) Subject: break out two subsections in the general section X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1301 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=71d2d87148075524e8d4226826c0be41c3c5cbc0;p=xmlgraphics-fop.git break out two subsections in the general section git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196680 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/configuration.xml b/src/documentation/content/xdocs/configuration.xml index 63ba7e07a..4ed2d188d 100644 --- a/src/documentation/content/xdocs/configuration.xml +++ b/src/documentation/content/xdocs/configuration.xml @@ -16,17 +16,23 @@ It contains templates for the various configuration options, most of which are c Be sure to follow any instructions, including comments which specify the value range. Also, since the configuration file is XML, be sure to keep it well-formed.

Do not change {fop-dir}/conf/config.xml or use it as the basis for your configuration file. It has an entirely different purpose. -

The general structure of the configuration file is a series of <entry> tags, each containing a <key> and a <value>. (Fonts use a different format). Here is an example:

- +
+ Creating Entries +

The general structure of the configuration file is a series of <entry> tags, each containing a <key> and a <value>. (Fonts use a different format). Here is an example:

+ strokeSVGText false ]]> -

After creating your configuration file, you must tell FOP how to find it:

- -

See Setting the Configuration Programmatically for instructions on how to do so in an embedded environment.

+
+
+ Making Configuration Available to FOP +

After creating your configuration file, you must tell FOP how to find it:

+ +

See Setting the Configuration Programmatically for instructions on how to do so in an embedded environment.

+
Summary of Key-Value Configuration Options