- or download this
use XML::Simple;
use Data::Dumper;
$xs = new XML::Simple;
my $ref = $xs->XMLin("data.xml");
my $xml = $xs->XMLout($ref);
- or download this
<?xml version='1.0' encoding='UTF-8'?>
<result>
...
</suites>
<duration>34082.0</duration>
</result>
- or download this
Regression.CR0097956 ,
Regression.CR001000 ,
Regression.CR002000