Help for this page

Select Code to Download


  1. or download this
    my @nodes =
       $doc->findnodes( '/restaurant/*[ not( self::breakfast_menu ) ]' );
    
  2. or download this
    $_->unbindNode() for $doc->findnodes( "/restaurant/breakfast_menu" );