in reply to Re^2: 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

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

Replies are listed 'Best First'.
Re^4: Parsing xml using libXML
by shaq (Initiate) on Jul 18, 2013 at 12:57 UTC
    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,...)