I have an XML File. I want to change some values of some parameters which I want to change while parsing the file using XML::Simple Module.
Problem is parsing and changing the parameter values is OK, but when I want to write back the file, the whole content changes. I tried all options mentioned in CPAN module for this but none of this is working.
I simply want to parse the XML file, change the parameters and write it back in another file.
I also dont want to loose any comments etc. Is there any easy way to do that?