root/trunk/examples/xml/defines-set-cdata.xml

Revision 56, 195 bytes (checked in by schst, 2 years ago)

It is now possible to define an explicit type and setter method to treat cdata in a tag (fixes bug #4)

Line 
1 <defines>
2         <tag name="complex" type="Complex2">
3             <constructor/>
4                 <cdata type="integer" setter="setSize"/>
5                 <attribute name="color" type="string" setter="setColorString"/>
6         </tag>
7 </defines>
Note: See TracBrowser for help on using the browser.