Help for this page

Select Code to Download


  1. or download this
    # parsing File 1
    my @nodes_from_file1 = $parser->findnodes('//Feature');
    ...
    }
    $features->addChild( $file1 );
    # and so on
    
  2. or download this
    <Features>
      <File1>
    ...
        </Feature>
      </File1>
    </Features>