You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/04/10 11:54:48 UTC

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/strategy ABCBean.betwixt

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org