Help for this page

Select Code to Download


  1. or download this
    my $sel = 'title';
    my $twig = XML::Twig->new(
    ...
        my ($t,$title) = @_;
        $title->delete if $title->get_xpath( 'name/fnm[@letter="a"]' );
    }
    
  2. or download this
    <?xml version="1.0"?>
    <titles>
    ...
            second sub level
            </title></title></name></title>
    </titles>