Binary package “libxml-handler-composer-perl” in ubuntu xenial

Perl module for generating XML output

 XML::Handler::Composer is similar to XML::Writer, XML::Handler::XMLWriter,
 XML::Handler::YAWriter etc. in that it generates XML output.
 .
 This implementation may not be fast and it may not be the best
 solution for your particular problem, but it has some features that
 may be missing in the other implementations, such as:
  * Supports every output encoding that XML::UM supports - XML::UM
    supports every encoding for which there is a mapping file in the
    XML::Encoding distribution.
  * Pretty printing when used with XML::Filter::Reindent.
  * Fine control over which kind of quotes are used.
  * Supports PerlSAX interface.