Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <restaurant>
    ...
            </food>
       </breakfast_menu>
    </restaurant>
    
  2. or download this
    my $root = $dom->getDocumentElement();
    
    ...
    {
       print $node->parentNode();
    }