diff options
author | Simon Pepping <spepping@apache.org> | 2011-01-14 11:15:16 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2011-01-14 11:15:16 +0000 |
commit | 4c8a18e4a5e33f473150b9e2f4a91461cb67cce9 (patch) | |
tree | 99efe42fadb6eec54381483f743779f9f28e0e5a /src/documentation/content/xdocs/trunk | |
parent | e5edb89a595ef0c592d154629162a647d7377dc7 (diff) | |
download | xmlgraphics-fop-4c8a18e4a5e33f473150b9e2f4a91461cb67cce9.tar.gz xmlgraphics-fop-4c8a18e4a5e33f473150b9e2f4a91461cb67cce9.zip |
Relative URIs in the configuration file are evaluated relative to the base URI of the configuration file
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk')
-rw-r--r-- | src/documentation/content/xdocs/trunk/configuration.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml index 3ef8795b7..26707edbf 100644 --- a/src/documentation/content/xdocs/trunk/configuration.xml +++ b/src/documentation/content/xdocs/trunk/configuration.xml @@ -90,6 +90,9 @@ <td>disabled</td> </tr> <tr> + <td colspan="4">Relative URIs for the above three properties are evaluated relative to the base URI of the configuration file. If the configuration is provided programmatically, the base URI can be set with <code>FopFactory.setUserConfigBaseURI</code>; default is the current working directory.</td> + </tr> + <tr> <td>hyphenation-pattern</td> <td>String, attribute lang, attribute country (optional)</td> <td>Register a file name for the hyphenation pattern for the mentioned language and country. Language ll and country CC must both consist of two letters.</td> |