in reply to Parsing xml using libXML

Something like XML::Rules would build your data structure fairly easily the way you want it, but since I don't know what you want, I don't know what to write. You can start with XML::Simple and decide if that's good enough, or what you don't like, and then switch to XML::Rules.

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