If you have complex XML structures, it's virtually impossible to represent them as an array. You may have to write your own generator. Check PHP's simplexml extension.
It is very difficult to represent and node info, and attributes, in a standard array structure, without it becoming the same complicated mess as XML itself.