root/trunk/examples/xml/test-dynamic-types.xml

Revision 53, 157 bytes (checked in by mikey, 2 years ago)

added possibility of dynamic types (proof of concept, more work has to be put into this if it gets approved)

Line 
1 <configuration>
2   <foo>
3     <bar __type="MyClass">Becomes MyClass.</bar>
4     <bar __type="AnotherClass">Becomes AnotherClass.</bar>
5   </foo>
6 </configuration>
Note: See TracBrowser for help on using the browser.