rdonkin     2004/04/10 02:54:48

  Added:       betwixt/src/test/org/apache/commons/betwixt/strategy
                        ABCBean.betwixt
  Log:
  Added support for per-property CDATA encoding to the dot betwixt file
  
  Revision  Changes    Path
  1.1                  
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/strategy/ABCBean.betwixt
  
  Index: ABCBean.betwixt
  ===================================================================
  <?xml version='1.0'?>
  <info primitiveTypes="attribute">
        <element name='greek-abc'>
                <element name='alpha' property='a'>
                        <option>
                                
<name>org.apache.commons.betwixt.mixed-content-encoding</name>
                                <value>CDATA</value>
                        </option>
                </element>
                <element name='beta' property='b'>
                        <option>
                                
<name>org.apache.commons.betwixt.mixed-content-encoding</name>
                                <value>escaped</value>
                        </option>
                </element>
                <element name='gamma' property='c'>
                </element>
        </element>
  </info>
  
  

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

Reply via email to