Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <!DOCTYPE Root SYSTEM "/path-to/theDtd">
    ...
          <DataForce>Premium</DataForce>
       </Request>
    </Root>
    
  2. or download this
    sub parseRoot {
       my $xmlIn = shift;
    ...
       }
       return \%rootAttr;
    }