in reply to Re: Operating on XML, or XML::Simple is too simple!
in thread Operating on XML, or XML::Simple is too simple!

XML::XSLT uses XML::DOM under the hood, and the only complaint I have about it (as would be the same for any DOM implementation) is that if you are dealing with even moderately large documents then you are going to consume a large amount of memory.

/J\

  • Comment on Re^2: Operating on XML, or XML::Simple is too simple!