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.
|
|---|