tl;dr I'm not answering your specific question here.

On Dec 8, 2015 1:26 AM, "perl kamal" <kamal.p...@gmail.com> wrote:
>
> Hi,
>
> I am trying to parse the inner loop elements of the attached input xml
elements.

Just fyi, I've found it easier to use xslt as an etl preprocessor to perl.
I'm not sure how you intend to use the output but you might look into basex
if you intend to store and parse lots of xml.

> use strict;
> use XML::Simple;
> use Data::Dumper;
>

You'll find that for lots of uses, ::Simple is too simple. Also note that
no perl modules support newer features (specifically, I've found xpath to
be lacking) - another reason to prefer using xslt (though python's has
richer modules for xml - but I can't stand python so...).

Reply via email to