Help for this page

Select Code to Download


  1. or download this
    <?xml version = "1.0"?>
    <Application>
    ...
      <Address> "113 Rock River Lane" </Address>
    </Customer>
    </Application>
    
  2. or download this
    #
    !usr/bin/perl -w
    
    ...
    $writer->endTag("Application");
    $writer->end();
    $output->close();