From: Andris S. <an...@do...> - 2001-09-30 11:20:01
|
Hello Andi, I'm listening.... Sometimes, as it is not very easy to get to the Internet nowadays. (:<) I you still need this [after discussion of SML, etc], I'm going to think about it. Andris > 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 |