NAME

Data::DumpXML - Dump arbitrary data structures as XML

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.