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

XML::LibXML can parse XML into a tree like XML::Simple does (altough XML::LibXML uses objects instead of hashes).
  • Comment on Re^5: Fastest XML parser that can run under ActivePerl on Windows?