in reply to Re^6: Reading XML LibXML
in thread Reading XML LibXML

I agree with the statement about the limitations of XML::Simple. I like it a lot as it can solve simple problems with three lines of code, and I find it acceptable to use the one or other option as well (say ForceArray), but once you reach that point, a more powerful module is usually required.

Replies are listed 'Best First'.
Re^8: Reading XML LibXML
by McA (Priest) on Oct 02, 2013 at 11:29 UTC

    Hi hdb,

    I agree. I'm using it, too. That's the reason I know some of the traps (I jumped into all of them). I'm pretty sure that the problem described in the older thread HASH error has the same origin. Sadly I've never heard whether my proposed solution helped.

    But I'm also sure that I wouldn't use this module in a bigger context anymore.

    Best regards
    McA

        Thank you for that link, ++

        McA