root/trunk/examples/xml/test-primitives.xml

Revision 15, 145 bytes (checked in by schst, 2 years ago)

Fixed parameters in constructor (requires PHP 5.1.3 or a single argument in the constructor to function properly)

Line 
1 <configuration>
2         <int id="zahl">453</int>
3
4         <bool id="bool">true</bool>
5
6         <color red="100" green="50" blue="20">My color</color>
7 </configuration>
Note: See TracBrowser for help on using the browser.