Subject: | xml2p1 method always returns undef? |
Hello, a recent discussion at PerlMonks involved the use of XML::Dumper -
http://www.perlmonks.org/index.pl?node_id=140226
It appears that xml2pl is broken. The obvious argument for it would be a
scalar string containing XML, yet in the method itself, it appears to
expect a data structure. The result is a return value of undef...
I do not have a patch available, i only perused the code. Thanks for
providing XML::Dumper.