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