Help for this page

Select Code to Download


  1. or download this
    <header>
        <idset id="100">                            
    ...
            <b>item_b</b>
        </idset>
    </header>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    say 'a: ',$object11->findvalue('./a');
    say 'b: ',$object11->findvalue('./b');
    say 'id: ',$object11->findvalue('./id');