Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <company name="ABC" branch="bangkok">
    ...
            </education>
        </employee>
    </company>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    $xdoc->printToFile($rfile);
    
  3. or download this
    $xitem->getElementsByTagName('institute')->item(0)->getFirstChild->get
    +NodeValue;
    
  4. or download this
    $xitem->getElementsByTagName('institute')->getNodeValue;