Hi John, I'm testing out your class and I can't get it to work properly, I only get the last node of my xml when try to convert it to object. For example this xml structure: <ROOT> <SEC> <SUB>123</SUB> </SEC> <SEC> <SUB>456</SUB> </SEC> <SEC> <SUB>789</SUB> </SEC> </ROOT> Using LumincBox log to trace the object I get only: *INFO*:myLogger:(object) { ROOT:(object) { SEC:(object) { SUB:789 } } } And with the old XML2Object from Alessandro I get it fine: *INFO*:myLogger:(object) { ROOT:(object) { SEC:(array) { 2:(object) { SUB:(object) data:(null) attributes:(object) } 1:(object) { SUB:(object) data:(null) attributes:(object) } 0:(object) { SUB:(object) data:(null) attributes:(object) } } data:(null) attributes:(object) } } *LuminicBox dont trace the complete deep of the object, but the nexts objects are there. I'm doing something wrong or is a error in the class? regards Rafael On Mar 3, 2006, at 3:18 PM, John Grden wrote: Sorry sorry, I found an issue with the xml to object where it was returning "string" as the value rather than the actual value. |
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
