Help for this page

Select Code to Download


  1. or download this
    <xml>
    <Document>
    ...
        </Folder>
    </Document>
    </xml>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            if($attr eq "NAME_2" ) { print $_->textContent() . "\n"; }
        }
    }