hi there,
this is a kind of array i get after i have parsed my xml.
now i wanted to extract data from this array:
name and cdata elements needs to be extracted.any ideas?
[2] => Array
(
[name] => DELIVERY
[attrs] => Array
(
)
[children] => Array
(
[0] => Array
(
[name] => PACKAGEREFERENCENUMBER
[attrs] => Array
(
)
[children] => Array
(
[0] => Array
(
[name] => CODE
[attrs] => Array
(
)
[cdata] => IK
)
[1] => Array
(
[name] => VALUE
[attrs] => Array
(
)
[cdata] => 66759
)
)
)