Binary package “libxml-compacttree-perl” in ubuntu xenial

fast parser of XML document into nested arrays

 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.