diff options
author | fotis <fotis@unknown> | 2000-11-15 21:44:16 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-11-15 21:44:16 +0000 |
commit | 7dff238a9a6c6e02faee0d4cdc4f1b2be6514bd5 (patch) | |
tree | b05040a58a08b7f4b1352e3fe3ce78b2a085e345 /src/codegen | |
parent | 68ff507d786609c3e3d150e6287fc2fc2efc9c22 (diff) | |
download | xmlgraphics-fop-7dff238a9a6c6e02faee0d4cdc4f1b2be6514bd5.tar.gz xmlgraphics-fop-7dff238a9a6c6e02faee0d4cdc4f1b2be6514bd5.zip |
renames white-space-treatment to white-space-collapse
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen')
-rw-r--r-- | src/codegen/foproperties.xml | 9 | ||||
-rw-r--r-- | src/codegen/properties.xml | 14 |
2 files changed, 10 insertions, 13 deletions
diff --git a/src/codegen/foproperties.xml b/src/codegen/foproperties.xml index 046aae9a8..b938ca924 100644 --- a/src/codegen/foproperties.xml +++ b/src/codegen/foproperties.xml @@ -298,15 +298,14 @@ <default>start</default> </property> <property> - <name>white-space-treatment</name> + <name>white-space-collapse</name> <inherited>true</inherited> <datatype>Enum</datatype> <enumeration> - <value const="PRESERVE">preserve</value> - <value const="COLLAPSE">collapse</value> - <value const="IGNORE">ignore</value> + <value const="TRUE">true</value> + <value const="FALSE">false</value> </enumeration> - <default>collapse</default> + <default>true</default> </property> <property> <name>break-after</name> diff --git a/src/codegen/properties.xml b/src/codegen/properties.xml index 8ae1205df..7f5ec2c9f 100644 --- a/src/codegen/properties.xml +++ b/src/codegen/properties.xml @@ -204,17 +204,15 @@ <default>start</default> </property> <property> - <name>white-space-treatment</name> - <class-name>WhiteSpaceTreatment</class-name> + <name>white-space-collapse</name> + <class-name>WhiteSpaceCollapse</class-name> <inherited>true</inherited> - <datatype> + <datatype>Enum</datatype> <enumeration> - <value const="PRESERVE">preserve</value> - <value const="COLLAPSE">collapse</value> - <value const="IGNORE">ignore</value> + <value const="TRUE">true</value> + <value const="FALSE">false</value> </enumeration> - </datatype> - <default>collapse</default> + <default>true</default> </property> <property> <name>break-after</name> |