Help for this page

Select Code to Download


  1. or download this
    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);
    }
    
  2. or download this
    cannot paste an element that belongs to a tree at ./E2W line 546