Jeff Williams - 2007-05-22 14:03:23
I used more strict checking and I get this message:
PHP Notice: Undefined index: value in class.xmltoarray.php on line 52
If you replace line 52 with this code, it fixes the problem:
$child[$name]= isset($values[$i]['value'])?($values[$i]['value']):'';
I thought this might help. Nice class!
-Jeff