in reply to Parsing an XML datastructure

If you have to work with XML in perl I highly suggest that you give XML::SimpleObject::LibXML a try.
Its far more flexible than XML::Simple and still very easy to use.
I built during the last months quite a big project on XML::SimpleObject::LibXML and it runs very well.
ciao, knoebi