The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::DumpXML::Parser - Restore data dumped by Data::DumpXML

SYNOPSIS

 use Data::DumpXML::Parser;

 my $p = Data::DumpXML::Parser->new;
 my $data = $p->parsefile(shift || "test.xml");

DESCRIPTION

The Data::DumpXML::Parser is an XML::Parser subclass that will recreate the data structure from the XML produced by Data::DumpXML. A reference to an array of the values dumped are returned by the parsefile() method.

SEE ALSO

Data::DumpXML, XML::Parser

AUTHOR

Copyright 2000 Gisle Aas.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.