in reply to Twig - sorting XML error
$element->sort_children(sub { my ($elt) = @_; my $to = $elt->first_child('TabOrde +r'); $to ? $to->text : 0 }, type => 'numeric'); [download]