my $tree = XML::TreeBuilder->new_from_content(< EOF my $elem = $tree->look_down(id => 'text'); $elem->this; $elem->that;