in reply to Best module for Creating [Writing out] XML

Perhaps you mean the order of elements is not being maintained? Tutorials => XML Technologies which inclues Stepping up from XML::Simple to XML::LibXML (by the author of XML::Simple) among other posts which should be of interest to you.

  • Comment on Re: Best module for Creating [Writing out] XML

Replies are listed 'Best First'.
Re^2: Best module for Creating [Writing out] XML
by Anonymous Monk on Oct 19, 2013 at 15:43 UTC
    Yes, I meant the elements. Is XML::LibXML the current best? that post is 8 years old!

      Define "best"? The link I gave you contains posts about other modules, perhaps you should read them since you have yet to tell us exactly what you want to achieve, what "best" means in this case.

        I was using XML::Simple, but now I am concerned of the order of elements. I just want to achieve that & nothing else is worried about. Just need the XML in the exact order.