http://www.perlmonks.org?node_id=947851


in reply to Re^3: Is there any XML reader like this?
in thread Is there any XML reader like this?

I'm have no idea why you call XML::LibXML a monster compared to XML::Simple.

Here's one reason:

XML::LibXML->load: specify location, string, or IO at C:\test\xml1.pl +line 7

This is line 7:

my $root = XML::LibXML->load_xml( fh => \*DATA )->documentElement;

So now you've got to wade through the 32 separate pages of XML::LibXML POD to work out why!

I never have that problem with XML::Simple.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

The start of some sanity?