diff options
author | Keiron Liddle <keiron@apache.org> | 2002-11-19 07:57:29 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-11-19 07:57:29 +0000 |
commit | c525b8cd71144ff2c6dfec6b302ac13abafaecf1 (patch) | |
tree | 9219a3b9bef98a68ef28ad58c9a3393bd62d09fc /src/documentation/content/xdocs/dev/configuration.xml | |
parent | 3219a1cc5846ffe22cad42685beac7644181c606 (diff) | |
download | xmlgraphics-fop-c525b8cd71144ff2c6dfec6b302ac13abafaecf1.tar.gz xmlgraphics-fop-c525b8cd71144ff2c6dfec6b302ac13abafaecf1.zip |
The attached patch file contains:
1. Valid URIs for all xdoc DTD declarations.
2. Some minor changes for xdoc documents that were discovered to be invalid
after the DTD declarations were fixed.
3. Changed tabs.xml so that the 2nd tab on our site will now read "Redesign"
instead of "dev" (this was discussed in a recent thread).
Submitted By: vic@outfitr.com (Victor Mote)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195562 13f79535-47bb-0310-9956-ffa450edef68
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> + |