in reply to Re^3: XML Simple not keeping same structure on xmlout()
in thread XML Simple not keeping same structure on xmlout()

You are right, ForceArray=>1 works. It keeps everything in format, except the order which shouldn't matter in my case.

The only issue I am having now is parsing through the tree. I am trying to write a recursive function to walk through this hash of array/hashes, which is proving to be difficult.
  • Comment on Re^4: XML Simple not keeping same structure on xmlout()