diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2005-09-28 20:41:38 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2005-09-28 20:41:38 +0000 |
commit | 0d958797f24f630650d5fdd45eabfa8fd69933a7 (patch) | |
tree | 00e2e5a1b236b365b6ce99888366905ea71b7cf5 /conf | |
parent | ce41ee5eaf87be28d99fcf5b6f1c6e7ce38ba741 (diff) | |
download | xmlgraphics-fop-0d958797f24f630650d5fdd45eabfa8fd69933a7.tar.gz xmlgraphics-fop-0d958797f24f630650d5fdd45eabfa8fd69933a7.zip |
Slight modification to user config file format
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@292290 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r-- | conf/fop.xconf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index d3fc5794b..c5534b134 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -14,16 +14,16 @@ the location of this file. <!-- NOTE: This is the version of the configuration --> <fop version="1.0"> - <userAgent> - <base url="./"/> - <!-- pixel to millimeter to specify dpi, 72dpi --> - <pixelToMillimeter value="0.35277777777777777778"/> - <!-- default page-height and page-width, in case - value is specified as auto --> + <base url="./"/> + <!-- pixel to millimeter to specify dpi, 72dpi --> + <pixelToMillimeter value="0.35277777777777777778"/> + <pagesettings> + <!-- default page-height and page-width, in case + value is specified as auto --> <pageHeight value="11in"/> <pageWidth value="8.26in"/> - </userAgent> - + </pagesettings> + <!-- Information for specific renderers --> <!-- Uses renderer mime type for renderers --> <renderers> |