Help for this page

Select Code to Download


  1. or download this
    <?xml version='1.0' ?>
    <Product name="terminal"
    ...
            <SourceDir name="/test/hw" />
        </Module>       
    </Product>
    
  2. or download this
    Used:
    foreach my $Module($xp->find('//Module')->get_nodelist){
    foreach my $SourceDir ($Module->find('//SourceDir')->get_nodelist){ 
    my $dir = $SourceDir->find('@name')->string_value;