I want to parse an XML file and pick out the data so I can verify it, after which I need to place the data back into the XML.
I've tried with XML::Simple::XMLin which returns a nice hash but I need a method to traverse this so I can keep the same hierarchy.