From 820223c182e1200f4a2d192b38678cc012235d27 Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Tue, 7 May 2002 14:42:58 +0000 Subject: [PATCH] Initial checkin of versions for experimental code. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194784 13f79535-47bb-0310-9956-ffa450edef68 --- conf/config.dtd | 2 +- conf/config.xml | 24 +- conf/userconfig.xml | 31 ++- conf/xml-lang.xml | 574 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 620 insertions(+), 11 deletions(-) create mode 100644 conf/xml-lang.xml diff --git a/conf/config.dtd b/conf/config.dtd index d51a1a96c..1a60ead8a 100644 --- a/conf/config.dtd +++ b/conf/config.dtd @@ -3,4 +3,4 @@ - \ No newline at end of file + diff --git a/conf/config.xml b/conf/config.xml index 6d75a5859..ea99eca4c 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -1,3 +1,5 @@ + + @@ -5,7 +7,7 @@ version - FOP @version@ + FOP 0.20.0 Alt-Design @@ -14,8 +16,8 @@ quiet false - + debugMode false @@ -27,14 +29,18 @@ - debugMode - false + userConfigFileName + userconfig.xml + + languageConfigFileName + xml-lang.xml + + stream objects within the PDF file. These are normally used for + compression --> stream-filter-list @@ -42,11 +48,11 @@ flate + This provides about a 4:5 expansion of data size --> ascii-85 + This filter is not recommended as it doubles the data size --> diff --git a/conf/userconfig.xml b/conf/userconfig.xml index 0ccc6e01a..0a7a4bb05 100644 --- a/conf/userconfig.xml +++ b/conf/userconfig.xml @@ -7,9 +7,38 @@ Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file --> - + + debugMode + true + + + + foFileName + /home/pbw/public_html/xml/newtest3.fo + + + + inputMode + fo + + + + foFileName + /home/pbw/public_html/xml/newtest3.fo + + + + outputMode + pdf + + + + outputFileName + /home/pbw/public_html/xml/newtest3.pdf + +