in reply to Another simple XML Twig question

I think you want to paste in the $attr element, i.e.
$attr->paste( 'after', $ds_tag);
rather than
$ds_tag->paste( 'after', $attr);
and so on for all paste operations. Currently nothing is attached to the $attr node.

Sorry, I got the docs wrong.

Hope this helps This won't help, -gjb- ;-)