in reply to Parsing xml using libXML

Whats the question, how to build some perl data structure? What kind are you trying to build?

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

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