in reply to XML::Twig::Elt cannot paste. Why?

I found my mistake...
it should be:
$newElt->paste('last_child', $tag);
not
$tag->paste('last_child', $newElt);
Sorry...