libxml-compacttree-perl

Fast parser of xml document into nested arrays
  https://metacpan.org/release/XML-CompactTree
  0
  no reviews



Xml::compacttree provides functions that use xml::libxml::reader to parse an xml document into a parse tree formed of nested arrays (and hashes). it aims to be fast in doing that and to presreve all relevant information from the xml (including namespaces, document order, mixed content, etc.). it sacrifices user friendliness for speed.