# ============ this is the HTML snipit from Firebug ==========================
4WD/AWD
# ====== this is the perl code snipit trying to access/extract the data
print "\n $node\n";
my $B = $tree->findvalue( $node );
$B = trim($B);
print "\n $B \n";
# ============ this is what prints ================
/html/body/div/div[4]/div[2]/div[2]/form/div[3]/div/table[2]/tbody/tr/td[3]/div/table/tbody/tr[1]
4WD/AWD
# ============ this is my question ================
#
# how do I access/extract the 'value="72"' data?