klease      01/11/21 14:15:15

  Modified:    src/codegen foproperties.xml
  Log:
  Add white-space-treatment and linefeed-treatment
  
  Revision  Changes    Path
  1.27      +17 -4     xml-fop/src/codegen/foproperties.xml
  
  Index: foproperties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/foproperties.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- foproperties.xml  2001/11/09 11:42:12     1.26
  +++ foproperties.xml  2001/11/21 22:15:15     1.27
  @@ -1144,7 +1144,13 @@
     <property>
       <name>linefeed-treatment</name>
       <inherited>true</inherited>
  -    <datatype>ToBeImplemented</datatype>
  +    <datatype>Enum</datatype>
  +      <enumeration>
  +        <value const="IGNORE">ignore</value>
  +        <value const="PRESERVE">preserve</value>
  +        <value const="TREAT_AS_SPACE">treat-as-space</value>
  +        <value const="TREAT_AS_ZERO_WIDTH_SPACE">treat-as-zero-width-space</value>
  +      </enumeration>
       <default>treat-as-space</default>
     </property>
     <property>
  @@ -2151,10 +2157,17 @@
       <default>baseline</default>
     </property>
     <property>
  -    <name>white-space</name>
  +    <name>white-space-treatment</name>
       <inherited>true</inherited>
  -    <datatype>ToBeImplemented</datatype>
  -    <default>normal</default>
  +    <datatype>Enum</datatype>
  +      <enumeration>
  +        <value const="IGNORE">ignore</value>
  +        <value const="PRESERVE">preserve</value>
  +        <value const="IGNORE_IF_BEFORE_LINEFEED">ignore-if-before-linefeed</value>
  +        <value const="IGNORE_IF_AFTER_LINEFEED">ignore-if-after-linefeed</value>
  +        <value 
const="IGNORE_IF_SURROUNDING_LINEFEED">ignore-if-surrounding-linefeed</value>
  +      </enumeration>
  +    <default>ignore-if-surrounding-linefeed</default>
     </property>
     <property>
       <name>xml:lang</name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to