Binary package “libtemplate-plugin-xml-perl” in ubuntu precise

XML plugins for the Template Toolkit

 This package provides a number of Template Toolkit
 plugin modules for working with XML.
 .
 The Template::Plugin::XML module is a front-end to the various other
 XML plugin modules. Through this you can access XML files and
 directories of XML files via the Template::Plugin::XML::File and
 Template::Plugin::XML::Directory modules (which subclass from the
 Template::Plugin::File and Template::Plugin::Directory modules
 respectively). You can then create a Document Object Model (DOM) from
 an XML file (Template::Plugin::XML::DOM), examine it using XPath
 queries (Template::Plugin::XML::XPath), turn it into a Perl data
 structure (Template::Plugin::XML::Simple) or parse it as an RSS (RDF
 Site Summary) file.