Help for this page

Select Code to Download


  1. or download this
    <level name="Exanet admin" value="1">
        <menu cliname="NFS" clicmd="nfs">
    ...
            </menu>
        </menu>
    </level>
    
  2. or download this
    my $parser = new XML::Parser(Style => 'Objects');
    my $xml = $parser->parsefile('test.xml');
    
  3. or download this
    &printXML($xml);
    
    ...
        print $ref, "\n";
      }
    }