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

I know that there is a set of XML::DOM modules, but never used. Theoritically, I would think DOM is a better way to deal with XML, when you want to modify it, not just parse it. Does anyone has any experience with Perl DOM to share?

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

Replies are listed 'Best First'.
Re^2: Operating on XML, or XML::Simple is too simple!
by gellyfish (Monsignor) on Aug 05, 2005 at 08:24 UTC

    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\