in reply to Re^3: Fastest XML parser that can run under ActivePerl on Windows?
in thread Fastest XML parser that can run under ActivePerl on Windows?

Apparently you can use it by declaring XML::LibXML::Sax to be the preferred parser. However, this means that apparently you thought of doing it in another way. Mind explaining?
  • Comment on Re^4: Fastest XML parser that can run under ActivePerl on Windows?

Replies are listed 'Best First'.
Re^5: Fastest XML parser that can run under ActivePerl on Windows?
by ikegami (Patriarch) on Apr 27, 2009 at 00:29 UTC
    XML::LibXML can parse XML into a tree like XML::Simple does (altough XML::LibXML uses objects instead of hashes).