in reply to Re: Parsing xml using libXML
in thread Parsing xml using libXML

I need to store this xml data into data structures for further use. DS like hash and arrays, So far I have access to all elements except for Graphics nodes and its children

Replies are listed 'Best First'.
Re^3: Parsing xml using libXML
by Anonymous Monk on Jul 18, 2013 at 12:01 UTC

    I need to store this xml data into data structures for further use. DS like hash and arrays, So far I have access to all elements except for Graphics nodes and its children

    So what data structure? You've posted sample data, now post the corresponding data structure

      well Its in my code ,@rootelements as an example is the array that lists the name, org,number,title etc. @kids returns the entery elements(id,name,...)