KalTorak has asked for the wisdom of the Perl Monks concerning the following question:
So I've moved to XML::LibXML::Reader, as my task maps fairly well to pull-parsing. But there are a few elements I hit where it would be really convenient to have a function call that would return an XML::Simple-style hash for my element and everything below it.
Am I missing a way to do this - maybe by going through a DOM node? Or am I gonna have to roll my own if I want this behavior?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::LibXML::Reader - wish it had a Simplify function...
by mirod (Canon) on Jul 28, 2009 at 17:20 UTC | |
by Anonymous Monk on Jul 28, 2009 at 18:23 UTC | |
by mirod (Canon) on Jul 28, 2009 at 18:46 UTC | |
|
Re: XML::LibXML::Reader - wish it had a Simplify function...
by Jenda (Abbot) on Jul 31, 2009 at 12:17 UTC |