I have this XML file: http://www.basket.ba/ksbih/xml/200_07.xml
I've used all the major functions and classes for the conversion of XML-to-Array, and couldn't seem to get it work propertly.
Some of the elements were missing in the outputed data when "print_r/var_dump-ing" it.
First, I've tought there was a syntax error in the file, however that was not the case.
I need a super-dooper xml2array conversion. One thing might be useful:
If there's a super-dooper simplexml2array conversion script/class/function, that might help even better as I will reduce my current code in that way,