Help for this page
use XML::Simple; my $xs = XML::Simple->new( ForceArray => 1, KeepRoot => 1, NoAttr => 1 +, KeyAttr => [] ); ... } };
<Things> <Thing> ... </AdditionalInfo> </Thing> </Things>