Help for this page
foreach my $child ($tag->children) { my $newElt= XML::Twig::Elt->new(Contains => { map {$_ , $child->{'at +t'}->{$_}||''} qw(name type comment) }); $tag->paste('last_child', $newElt); }
cannot paste an element that belongs to a tree at ./E2W line 546