Help for this page

Select Code to Download


  1. or download this
    if ($xml->findnodes('./Indi/Lost/true') ) {
    }
    if ( $xml->findnodes('./Indi/Lost/true') || $xml->findnodes('./Indi/Lo
    +sgshshsht/false') ) {
    }
    
  2. or download this
    my $result = $xml->findnodes('./Indi/Lost/true');
    if ( $result ) {
    }
    if ( $result || $xml->findnodes('./Indi/Losgshshsht/false') ) {
    }