From: Andreas A. <a.a...@th...> - 2001-09-24 20:37:38
|
Hi Andris, did you or can you modify the XMLUtils to support attributes? I thought of the following: <tag id="moo" name="HelloWorld" package="hello_world"> <child var="value" var2="value2" /> </tag> array( 'id' => "moo", 'name' => HelloWorld", 'package' => "hello_world", 'child' => array( 'var' => "value", 'var2' => "value2", ), ); This would save lotta work with the Bcc*Compiler classes. Andi |