diff options
Diffstat (limited to 'src/documentation/content/xdocs/dev/configuration.xml')
-rw-r--r-- | src/documentation/content/xdocs/dev/configuration.xml | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/src/documentation/content/xdocs/dev/configuration.xml b/src/documentation/content/xdocs/dev/configuration.xml index 894da78ca..f73a14c5c 100644 --- a/src/documentation/content/xdocs/dev/configuration.xml +++ b/src/documentation/content/xdocs/dev/configuration.xml @@ -1,13 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> - <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> - <document> - <header> - <title>Configuration</title> - </header> - <body> - <section> - <title>Configuring FOP</title> - <p> +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" + "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd"> + +<document> + <header> + <title>Configuration</title> + </header> + <body> + <section> + <title>Configuring FOP</title> + <p> In the directory xml-fop/conf you will find an example configuration file. It contains the default values of various configurable options available in FOP. @@ -40,6 +42,7 @@ configurable options available in FOP. and rebuild Fop. The file will be picked up and added to the fop.jar. </p> - </section> - </body> - </document> + </section> + </body> +</document> + |