diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-10-24 19:48:37 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-10-24 19:48:37 +0000 |
commit | f8463ff055f84f34be1dd3483162daf487563786 (patch) | |
tree | 5839696bbbbb9b187ca62e057406319dd1fbf72d /conf/fop.xconf | |
parent | 79e11e6891f88e772ea63ffb143babf0d4316cd2 (diff) | |
download | xmlgraphics-fop-f8463ff055f84f34be1dd3483162daf487563786.tar.gz xmlgraphics-fop-f8463ff055f84f34be1dd3483162daf487563786.zip |
Simplified configuration XML as proposed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/fop.xconf')
-rw-r--r-- | conf/fop.xconf | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index c5534b134..a997a89d2 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -14,15 +14,13 @@ the location of this file. <!-- NOTE: This is the version of the configuration --> <fop version="1.0"> - <base url="./"/> - <!-- pixel to millimeter to specify dpi, 72dpi --> - <pixelToMillimeter value="0.35277777777777777778"/> - <pagesettings> - <!-- default page-height and page-width, in case + <!-- Base URL for resolving relative URLs --> + <base>.</base> + <!-- Internal resolution in dpi (dots/pixels per inch), default: 72dpi --> + <resolution>72</resolution> + <!-- Default page-height and page-width, in case value is specified as auto --> - <pageHeight value="11in"/> - <pageWidth value="8.26in"/> - </pagesettings> + <default-page-settings height="11in" width="8.26in"/> <!-- Information for specific renderers --> <!-- Uses renderer mime type for renderers --> |