I was using this to get the value under properties which work well when I have only one
$val = $child->findvalue('@value');
But now have several elements under properties, is there an easy way to get the value of property that is name=”BBB” ?
-<properties>
<property name="AAA" value="ABC"/>
<property name="BBB" value="DGT"/>
<property name="CCC" value="DGT"/>
</properties>