Help for this page
if ($xml->findnodes('./Indi/Lost/true') ) { } if ( $xml->findnodes('./Indi/Lost/true') || $xml->findnodes('./Indi/Lo +sgshshsht/false') ) { }
my $result = $xml->findnodes('./Indi/Lost/true'); if ( $result ) { } if ( $result || $xml->findnodes('./Indi/Losgshshsht/false') ) { }