- or download this
<fruits>
<average-color>purple</average-color>
...
<average-color>greenish</average-color>
</fruit>
</fruits>
- or download this
'average-color' => sub {
if ($_[2]->[-1] eq 'fruit') {
...
return undef;
}
},
- or download this
'tag' => sub {
return '@'.$_[0] => $_[1]->{_content};
},