- or download this
if ($one->first_child('traffic')->first_child('something')->fir
+st_child('somethingelse')->first_child('getthis')->att('value') eq 'f
+ound') {
push @ids, $one->att('id');
push @ids, $one->true('yes');
}
- or download this
if ($one->first_child('getthis')->att('value') eq 'found') {
push @ids, $one->att('id');
push @ids, $one->true('yes');
}
- or download this
<one id="msn" type="shopping">
<traffic>
...
</traffic>
</one>